fix text overflow on attachment filesize
This commit is contained in:
parent
a61fdc552c
commit
d9c9d2941a
1 changed files with 2 additions and 3 deletions
|
@ -3661,14 +3661,13 @@ footer {
|
|||
}
|
||||
|
||||
.attachment-name {
|
||||
@extend .u-textTruncate;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.attachment-size {
|
||||
@extend .u-textTruncate;
|
||||
white-space: nowrap;
|
||||
min-width: 40px;
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.attachment-delete {
|
||||
|
|
Loading…
Reference in a new issue