mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 11:44:28 +08:00
refactor(styles): update dropdown menu item styles to include submenu titles for consistent padding
This commit is contained in:
parent
793c641e1c
commit
09fe2aa67b
@ -211,7 +211,8 @@
|
||||
border: 0.5px solid var(--color-border);
|
||||
border-radius: 12px;
|
||||
|
||||
.ant-dropdown-menu-item {
|
||||
.ant-dropdown-menu-item,
|
||||
.ant-dropdown-menu-submenu-title {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user