mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
fix(image): small size hide preview text (#29900)
* fix(image): small size hide preview text * fix: image preview text ellipsis * fix: reset test
This commit is contained in:
parent
3531a15efa
commit
18cd401678
@ -36,6 +36,10 @@
|
||||
transition: opacity @animation-duration-slow;
|
||||
|
||||
&-info {
|
||||
padding: 0 @padding-xss;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
.@{iconfont-css-prefix} {
|
||||
margin-inline-end: @margin-xss;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user