mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Remove dead space on queries table platform (#7260)
This commit is contained in:
parent
3cfa725200
commit
de6e9b7a26
2 changed files with 3 additions and 5 deletions
1
changes/issue-7156-query-table-column-widths
Normal file
1
changes/issue-7156-query-table-column-widths
Normal file
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue