mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-19 03:54:28 +08:00
fix(select): prevent label overflow (#52011)
This commit is contained in:
parent
48f85d6785
commit
615723a5fd
@ -151,6 +151,7 @@ const genBaseStyle: GenerateStyle<SelectToken> = (token) => {
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
minWidth: 0,
|
||||||
|
|
||||||
// https://github.com/ant-design/ant-design/issues/51669
|
// https://github.com/ant-design/ant-design/issues/51669
|
||||||
'&:after': {
|
'&:after': {
|
||||||
|
Loading…
Reference in New Issue
Block a user