Prevent auto refresh items from wrapping
parent
9056345b8f
commit
edbd2e526c
|
@ -324,6 +324,9 @@ $tick-script-overlay-margin: 30px;
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
.autorefresh-dropdown {
|
.autorefresh-dropdown {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
&.paused .dropdown {
|
&.paused .dropdown {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue