Widen action menus slightly when needed

This commit is contained in:
David Cook
2026-03-23 15:14:16 +11:00
parent 2e6e4b665f
commit da69e2c383

View File

@@ -19,7 +19,9 @@
background-color: white;
box-shadow: $box-shadow;
border-radius: 3px;
width: max-content;
min-width: 80px;
max-width: 110px;
display: none;
z-index: 100;