Prevent auto refresh items from wrapping

pull/2103/head
Alex P 2017-10-10 10:45:46 -07:00
parent 9056345b8f
commit edbd2e526c
1 changed files with 3 additions and 0 deletions

View File

@ -324,6 +324,9 @@ $tick-script-overlay-margin: 30px;
-----------------------------------------------------------------------------
*/
.autorefresh-dropdown {
display: flex;
flex-wrap: nowrap;
&.paused .dropdown {
margin-right: 4px;
}