Skip to content

Commit

Permalink
[Admin] Restrict width of multi-select
Browse files Browse the repository at this point in the history
For bodies covering a lot of areas, like National Highways,
this resulted in an extremely wide body edit page.
  • Loading branch information
davea committed Sep 17, 2024
1 parent 8ead724 commit 2eb0466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/cobrands/sass/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2eb0466

Please sign in to comment.