From 8bdb1625a1d2cb3132cb8c59efce96706f784073 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 19 Mar 2018 11:47:33 -0700 Subject: [PATCH] Fix text wrapping on dashboard switcher menu --- ui/src/style/unsorted.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/style/unsorted.scss b/ui/src/style/unsorted.scss index fde3f16019..0d819a428c 100644 --- a/ui/src/style/unsorted.scss +++ b/ui/src/style/unsorted.scss @@ -391,6 +391,10 @@ $tick-script-overlay-margin: 30px; margin-left: 6px; } +.dropdown.dashboard-switcher .dropdown-item { + white-space: nowrap; +} + /* Dashboard Name Editing -----------------------------------------------------------------------------