1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-31 15:10:13 -05:00

Increase width of sender in desktop mail list

This commit is contained in:
Tankred Hase 2014-11-12 18:45:19 +01:00
parent 88370adbf3
commit dfff273bf3

View File

@ -409,7 +409,7 @@
display: table-cell;
border-bottom: 1px solid $color-border-light;
padding: $cell-padding-vertical $cell-padding-horizontal;
width: 12em;
width: 16em;
}
&__subject {
@include scut-truncate;