1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 02:20:14 -05:00

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

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;