fix(ui): stabilize dropdown menu item layout

This commit is contained in:
David Hill
2026-03-12 12:56:03 +00:00
parent e7988d9e12
commit 23980fb62d
2 changed files with 10 additions and 1 deletions

View File

@@ -58,6 +58,11 @@
}
}
[data-slot="dropdown-menu-checkbox-item"],
[data-slot="dropdown-menu-radio-item"] {
padding-right: 28px;
}
[data-slot="dropdown-menu-sub-trigger"] {
&[data-expanded] {
background: var(--surface-raised-base-hover);
@@ -70,6 +75,10 @@
justify-content: center;
width: 16px;
height: 16px;
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
}
[data-slot="dropdown-menu-item-label"] {