mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
fixed table column wrapping for manage queries page (#1638)
This commit is contained in:
parent
7d23ff2b53
commit
4a4c3c4949
2 changed files with 15 additions and 0 deletions
1
changes/1545-manage-queries-table-wrap
Normal file
1
changes/1545-manage-queries-table-wrap
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fixed table column wrapping for manage queries page
|
||||
|
|
@ -77,4 +77,18 @@
|
|||
margin-right: $pad-medium;
|
||||
}
|
||||
}
|
||||
|
||||
.queries-list-wrapper {
|
||||
.data-table__table {
|
||||
tbody {
|
||||
td {
|
||||
white-space: normal !important;
|
||||
|
||||
button {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue