diff --git a/ui-ngx/src/app/shared/components/image/gallery-image-input.component.scss b/ui-ngx/src/app/shared/components/image/gallery-image-input.component.scss index d1c9e953a7..17552a24d7 100644 --- a/ui-ngx/src/app/shared/components/image/gallery-image-input.component.scss +++ b/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); } }