mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix: Typography ellipsis insufficient width (#50895)
Co-authored-by: 树清 <yezhonghu123@gmail.com>
This commit is contained in:
parent
aa48a3cf42
commit
296a9dcfd8
@ -209,7 +209,7 @@ const genDescriptionStyles: GenerateStyle<DescriptionsToken> = (token) => {
|
||||
[`${componentCls}-item-content`]: {
|
||||
display: 'inline-flex',
|
||||
alignItems: 'baseline',
|
||||
minWidth: 0,
|
||||
minWidth: '1em',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user