Revert "fix: Dropdown menu item get wrapped at edge" (#50718)

This commit is contained in:
afc163 2024-09-05 11:54:44 +08:00 committed by GitHub
parent 389626a789
commit 01da79c25b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,7 +227,6 @@ const genBaseStyle: GenerateStyle<DropdownToken> = (token) => {
position: 'relative',
display: 'flex',
alignItems: 'center',
whiteSpace: 'nowrap',
},
[`${menuCls}-item-icon`]: {