Fix text wrapping on dashboard switcher menu

pull/10616/head
Alex P 2018-03-19 11:47:33 -07:00
parent 7b2e625b96
commit 8bdb1625a1
1 changed files with 4 additions and 0 deletions

View File

@ -391,6 +391,10 @@ $tick-script-overlay-margin: 30px;
margin-left: 6px;
}
.dropdown.dashboard-switcher .dropdown-item {
white-space: nowrap;
}
/*
Dashboard Name Editing
-----------------------------------------------------------------------------