From 20f99c287f191863f0be61c9cdea607d44eed7de Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Thu, 23 Nov 2023 20:32:42 +0100 Subject: [PATCH] Minor change in unit label dropdown It now expands to fill the space, but it still overflows with long unit names as per #542 --- client/public/stylesheets/other/contextmenus.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/public/stylesheets/other/contextmenus.css b/client/public/stylesheets/other/contextmenus.css index fda0b78b..6e2bed6d 100644 --- a/client/public/stylesheets/other/contextmenus.css +++ b/client/public/stylesheets/other/contextmenus.css @@ -247,6 +247,10 @@ column-gap: 5px; } +.unit-label-count-container>*:first-child { + width: 100%; +} + .unit-label-count-container button { display: flex !important; flex-direction: row;