fix(lsd-react): make DropdownItem's icon size fixed

This commit is contained in:
Hossein Mehrabi 2023-09-01 14:53:13 +03:30
parent 24c41965db
commit 66a3b7855f
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export const DropdownItemStyles = css`
.${dropdownItemClasses.icon} { .${dropdownItemClasses.icon} {
margin-right: 18px; margin-right: 18px;
flex-shrink: 0;
} }
.${dropdownItemClasses.small} { .${dropdownItemClasses.small} {