mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
fix(Select): text overflow in tag mode (#51605)
This commit is contained in:
parent
34b01ec077
commit
3aee945ed9
@ -61,5 +61,6 @@
|
||||
"5.21.0": [
|
||||
"https://github.com/ant-design/ant-design/issues/50960",
|
||||
"https://github.com/ant-design/ant-design/issues/50969"
|
||||
]
|
||||
],
|
||||
"5.22.0": ["https://github.com/ant-design/ant-design/issues/51601"]
|
||||
}
|
||||
|
@ -232,6 +232,11 @@ const genSelectionStyle = (
|
||||
},
|
||||
},
|
||||
|
||||
[`${componentCls}-selection-wrap`]: {
|
||||
width: '100%',
|
||||
overflow: 'hidden',
|
||||
},
|
||||
|
||||
// ======================== Selections ========================
|
||||
[`${componentCls}-selection-item`]: {
|
||||
height: multipleSelectorUnit.itemHeight,
|
||||
|
Loading…
Reference in New Issue
Block a user