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:
parent
53a695b7dc
commit
b11a9220fe
@ -70,6 +70,7 @@
|
|||||||
|
|
||||||
.attachment {
|
.attachment {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
max-width: 98%;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin: 5px 0 5px 5px;
|
margin: 5px 0 5px 5px;
|
||||||
@ -78,6 +79,7 @@
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: $color-grey-lighter;
|
border-color: $color-grey-lighter;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@include text-overflow;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user