From d0c0ee29813882df856607df52a09d9766d818c8 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 28 Sep 2019 02:34:58 +0200 Subject: [PATCH] prevent line-wraps (not enough space) --- htdocs/css/openwebrx.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index c33ed26..61af5ca 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -181,6 +181,7 @@ input[type=range]:focus::-ms-fill-upper border-radius: 5px; padding: 2px 5px; cursor: pointer; + white-space: nowrap; position: absolute; bottom: 5px;