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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -0,0 +1 @@
* Less dead space on queries table

View file

@ -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;