From 5a7dfad3a4e5baf18f9460de23754d788d75690b Mon Sep 17 00:00:00 2001 From: Maikiwi Date: Wed, 26 Jan 2022 22:59:54 -0800 Subject: [PATCH] totally did not just push to the wrong file --- src/web-remote/ciderframework.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/web-remote/ciderframework.css b/src/web-remote/ciderframework.css index b62db157..a84ea000 100644 --- a/src/web-remote/ciderframework.css +++ b/src/web-remote/ciderframework.css @@ -22,6 +22,7 @@ .md-option-segment.md-option-segment_auto { width: auto; + white-space: nowrap; } .md-option-container .md-option-line:not(:last-child) { @@ -102,6 +103,7 @@ input[type=range].md-slider::-webkit-slider-runnable-track { font-size: 15px; border: 1px solid rgb(100 100 100 / 35%); box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4); + white-space: nowrap; } .md-btn.md-btn-block {