UI: Fixed layout with long file name

This commit is contained in:
Artem Dzhereleiko 2024-05-31 11:55:55 +03:00
parent 4db74f5f81
commit 3a57fe73a5

View File

@ -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);
}
}