From e62428cd57a4392285665ee469ded9c161d10fc3 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 29 Aug 2017 17:49:54 -0700 Subject: [PATCH] Recover accidentally removed styles --- ui/src/style/unsorted.scss | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/ui/src/style/unsorted.scss b/ui/src/style/unsorted.scss index 3d6b67e6b9..7e8ecc3cbb 100644 --- a/ui/src/style/unsorted.scss +++ b/ui/src/style/unsorted.scss @@ -261,9 +261,22 @@ $tick-script-overlay-margin: 30px; GROUP BY TIME Dropdown ----------------------------------------------------------------------------- */ -.group-by-time-dropdown { - .dropdown-selected, - .dropdown-item { - font-family: $code-font; - } +.group-by-time { + display: flex; + align-items: center; + flex-wrap: nowrap; +} +.group-by-time--label { + margin: 0; + color: $g12-forge; + padding: 0 6px; + height: 30px; + line-height: 30px; +} +.group-by-time--dropdown .dropdown-toggle { + width: 70px; +} +.group-by-time--dropdown .dropdown-selected, +.group-by-time--dropdown .dropdown-item { + font-family: $code-font; }