mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #440 from DimalChandrasiri/IoTS-1.0.0
Data table fix when list view
This commit is contained in:
commit
c84d7fd13d
@ -6510,4 +6510,14 @@ select > option:hover {
|
||||
/* Adding style for required fields */
|
||||
.required:before {
|
||||
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