Fix the menu dimensions when on of the item is too long (bug 2018134)

This commit is contained in:
Calixte Denizet 2026-02-20 17:19:31 +01:00
parent 74ab1a98a6
commit 55448fd01c
No known key found for this signature in database
GPG Key ID: 0C5442631EE0691F

View File

@ -427,7 +427,8 @@
} }
> .popupMenu { > .popupMenu {
width: auto; width: 100%;
min-width: fit-content;
z-index: 1; z-index: 1;
} }
} }