fix: Dropdown menu item get wrapped at edge (#49899)

This commit is contained in:
afc163 2024-07-17 04:13:18 +08:00 committed by GitHub
parent ca66d5c592
commit acf73c9af8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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