fix(ui): stabilize dropdown menu item layout
This commit is contained in:
parent
e7988d9e12
commit
23980fb62d
2 changed files with 10 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ export function SessionHeader() {
|
|||
aria-label={language.t("session.header.open.menu")}
|
||||
/>
|
||||
<DropdownMenu.Portal>
|
||||
<DropdownMenu.Content>
|
||||
<DropdownMenu.Content class="[&_[data-slot=dropdown-menu-item]]:pl-1 [&_[data-slot=dropdown-menu-radio-item]]:pl-1">
|
||||
<DropdownMenu.Group>
|
||||
<DropdownMenu.GroupLabel>{language.t("session.header.openIn")}</DropdownMenu.GroupLabel>
|
||||
<DropdownMenu.RadioGroup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue