UI: Fixed layout with long file name
This commit is contained in:
parent
4db74f5f81
commit
3a57fe73a5
@ -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…
x
Reference in New Issue
Block a user