From 3bd73cf40b4d6b0b96364fefcd0453357d38deb0 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 22 Feb 2017 14:54:32 -0800 Subject: [PATCH] Prevent group by time label from wrapping --- ui/src/style/components/group-by-time-dropdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/style/components/group-by-time-dropdown.scss b/ui/src/style/components/group-by-time-dropdown.scss index 12650a7566..04c64eed73 100644 --- a/ui/src/style/components/group-by-time-dropdown.scss +++ b/ui/src/style/components/group-by-time-dropdown.scss @@ -18,6 +18,7 @@ border-color: $g5-pepper; border-width: 2px; background-color: $g3-castle; + white-space: nowrap; } .dropdown-toggle { border-radius: 0px 3px 3px 0;