Browse Source

fix(image): small size hide preview text (#29900)

* fix(image): small size hide preview text

* fix: image preview text ellipsis

* fix: reset test
pull/32080/head
drizzlesconsin 3 years ago
committed by GitHub
parent
commit
18cd401678
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/image/style/index.less

4
components/image/style/index.less

@ -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…
Cancel
Save