From bd1ce34b90681491c6a24755dc14f59bdb870241 Mon Sep 17 00:00:00 2001 From: Kyle Knight Date: Wed, 25 Jan 2017 08:31:13 -0600 Subject: [PATCH] Prevent query table headers from overflowing (#1094) --- .../queries/QueryResultsTable/_styles.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/components/queries/QueryResultsTable/_styles.scss b/frontend/components/queries/QueryResultsTable/_styles.scss index 08240cd11b..152baa75b0 100644 --- a/frontend/components/queries/QueryResultsTable/_styles.scss +++ b/frontend/components/queries/QueryResultsTable/_styles.scss @@ -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 {