Browse Source

UI: Fixed layout with long file name

pull/10904/head
Artem Dzhereleiko 2 years ago
parent
commit
3a57fe73a5
  1. 2
      ui-ngx/src/app/shared/components/image/gallery-image-input.component.scss

2
ui-ngx/src/app/shared/components/image/gallery-image-input.component.scss

@ -98,6 +98,7 @@ $containerHeight: 96px !default;
color: rgba(0, 0, 0, 0.54);
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
@ -152,6 +153,7 @@ $containerHeight: 96px !default;
}
.tb-image-clear-btn {
display: flex;
color: rgba(0,0,0,0.38);
}
}

Loading…
Cancel
Save