mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Data table fix when list view
This commit is contained in:
parent
54bb91d428
commit
d90c9ab68a
@ -6510,4 +6510,14 @@ select > option:hover {
|
|||||||
/* Adding style for required fields */
|
/* Adding style for required fields */
|
||||||
.required:before {
|
.required:before {
|
||||||
content: "*";
|
content: "*";
|
||||||
|
}
|
||||||
|
|
||||||
|
.table.list-table:not(.grid-view){
|
||||||
|
margin: 0px !important;
|
||||||
|
}
|
||||||
|
.table.list-table:not(.grid-view) > thead, .table.list-table:not(.grid-view) > tbody, .table.list-table:not(.grid-view) > tfoot{
|
||||||
|
margin-bottom: 10px !important;
|
||||||
|
}
|
||||||
|
.table.list-table:not(.grid-view) tbody{
|
||||||
|
margin: 0px !important;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user