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! */