mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: Use css ellipsis when pure text (#30664)
This commit is contained in:
parent
4e89acc46d
commit
5f3d0a6049
@ -517,7 +517,7 @@ class Base extends React.Component<InternalBlockProps, BaseState> {
|
||||
this.expandStr = expand;
|
||||
|
||||
return (
|
||||
<ResizeObserver onResize={this.resizeOnNextFrame} disabled={!rows}>
|
||||
<ResizeObserver onResize={this.resizeOnNextFrame} disabled={cssEllipsis}>
|
||||
<Typography
|
||||
className={classNames(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user