Prevent query table headers from overflowing (#1094)

This commit is contained in:
Kyle Knight 2017-01-25 08:31:13 -06:00 committed by Jason Meller
parent 7e10847172
commit bd1ce34b90

View file

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