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
1 changed files with 1 additions and 1 deletions

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;