Minor change in unit label dropdown

It now expands to fill the space, but it still overflows with long unit names as per #542
This commit is contained in:
Pax1601 2023-11-23 20:32:42 +01:00
parent f464c9ae76
commit 20f99c287f

View File

@ -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;