Merge branch 'develop' of github.com:martini/zammad into develop

This commit is contained in:
Martin Edenhofer 2015-01-29 16:37:52 +01:00
commit c53da0ea89

View file

@ -3662,14 +3662,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 {