mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix: Dropdown menu item get wrapped at edge (#49899)
This commit is contained in:
parent
ca66d5c592
commit
acf73c9af8
@ -211,6 +211,7 @@ const genBaseStyle: GenerateStyle<DropdownToken> = (token) => {
|
||||
position: 'relative',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
whiteSpace: 'nowrap',
|
||||
},
|
||||
|
||||
[`${menuCls}-item-icon`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user