Merge pull request #20694 from calixteman/bug2018134

Fix the menu dimensions when on of the item is too long (bug 2018134)
This commit is contained in:
Tim van der Meij 2026-02-20 20:41:43 +01:00 committed by GitHub
commit 12ec25c9a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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