mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +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": [
|
"5.21.0": [
|
||||||
"https://github.com/ant-design/ant-design/issues/50960",
|
"https://github.com/ant-design/ant-design/issues/50960",
|
||||||
"https://github.com/ant-design/ant-design/issues/50969"
|
"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 ========================
|
// ======================== Selections ========================
|
||||||
[`${componentCls}-selection-item`]: {
|
[`${componentCls}-selection-item`]: {
|
||||||
height: multipleSelectorUnit.itemHeight,
|
height: multipleSelectorUnit.itemHeight,
|
||||||
|
Loading…
Reference in New Issue
Block a user