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 {
@extend .u-textTruncate;
margin-right: 5px;
}
.attachment-size {
@extend .u-textTruncate;
white-space: nowrap;
min-width: 40px;
float: right;
margin-right: 10px;
}
.attachment-delete {