From 152e77adc0da3b807115a79e27316c9f5ec31828 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 5 Sep 2024 09:23:12 -0400 Subject: [PATCH] Apply a max-width of 300px to monitor filters so that they all fit on one line on 1920px monitor --- web/skins/classic/css/base/skin.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/skins/classic/css/base/skin.css b/web/skins/classic/css/base/skin.css index 7230656c16..846b6388fa 100644 --- a/web/skins/classic/css/base/skin.css +++ b/web/skins/classic/css/base/skin.css @@ -1182,6 +1182,12 @@ button.btn.btn-edit-monitor:hover, button.btn.btn-view-watch:hover { background-color: darkgrey; } + +.controlHeader .chosen-container { + /* limit width of monitor filters so that it fits on 1920px */ + max-width: 300px; +} + /* --- Control button block in the Stream image*/ /* +++ This block should always be located at the end! */