Fix text overflow for long attachment names

This commit is contained in:
Tankred Hase 2014-09-26 14:51:16 +02:00
parent 53a695b7dc
commit b11a9220fe
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@
.attachment {
height: 32px;
max-width: 98%;
border-radius: 16px;
vertical-align: middle;
margin: 5px 0 5px 5px;
@ -78,6 +79,7 @@
border-style: solid;
border-color: $color-grey-lighter;
display: inline-block;
@include text-overflow;
span {
font-size: 14px;