fix text overflow on attachment filesize

This commit is contained in:
Felix Niklas 2015-01-29 16:24:35 +01:00
parent a61fdc552c
commit d9c9d2941a

View file

@ -3661,14 +3661,13 @@ footer {
} }
.attachment-name { .attachment-name {
@extend .u-textTruncate;
margin-right: 5px; margin-right: 5px;
} }
.attachment-size { .attachment-size {
@extend .u-textTruncate;
white-space: nowrap; white-space: nowrap;
min-width: 40px; float: right;
margin-right: 10px;
} }
.attachment-delete { .attachment-delete {