Fleet UI: Remove dead space on queries table platform (#7260)

This commit is contained in:
RachelElysia
2022-08-17 14:38:07 -04:00
committed by GitHub
parent 3cfa725200
commit de6e9b7a26
2 changed files with 3 additions and 5 deletions
@@ -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;