Fleet UI: Remove dead space on queries table platform (#7260)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Less dead space on queries table
|
||||
@@ -116,10 +116,10 @@
|
||||
.data-table__table {
|
||||
thead {
|
||||
.name__header {
|
||||
width: $col-lg;
|
||||
width: auto;
|
||||
}
|
||||
.platforms__header {
|
||||
width: auto;
|
||||
width: $col-sm;
|
||||
}
|
||||
.author_name__header {
|
||||
display: none;
|
||||
@@ -130,9 +130,6 @@
|
||||
width: 0;
|
||||
}
|
||||
@media (min-width: $break-990) {
|
||||
.platforms__header {
|
||||
width: $col-md;
|
||||
}
|
||||
.author_name__header {
|
||||
display: table-cell;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user