mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Prevent query table headers from overflowing (#1094)
This commit is contained in:
parent
7e10847172
commit
bd1ce34b90
1 changed files with 8 additions and 5 deletions
|
|
@ -43,6 +43,14 @@
|
|||
th {
|
||||
padding: $pad-small $pad-xsmall;
|
||||
min-width: 125px;
|
||||
|
||||
span {
|
||||
white-space: nowrap;
|
||||
|
||||
.kolidecon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.input-field {
|
||||
|
|
@ -52,14 +60,9 @@
|
|||
|
||||
tbody {
|
||||
background-color: $white;
|
||||
// height: 550px;
|
||||
// min-width: 100%;
|
||||
// overflow: auto;
|
||||
// display: inline-block;
|
||||
|
||||
td {
|
||||
padding: $pad-xsmall;
|
||||
// min-width: 125px;
|
||||
}
|
||||
|
||||
tr {
|
||||
|
|
|
|||
Loading…
Reference in a new issue