From 2eb04660918f3b3894f585fbbac79d8061c96d4b Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Tue, 17 Sep 2024 11:38:39 +0100 Subject: [PATCH] [Admin] Restrict width of multi-select For bodies covering a lot of areas, like National Highways, this resulted in an extremely wide body edit page. --- web/cobrands/sass/_admin.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss index 691b2c96f1..32abe39343 100644 --- a/web/cobrands/sass/_admin.scss +++ b/web/cobrands/sass/_admin.scss @@ -86,6 +86,9 @@ $button_bg_col: #a1a1a1; // also search bar (tables) h2 { // only really want on first-child margin-top: 0; } + .multi-select-button { + white-space: normal; + } } .admin-offsite-link {