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:
parent
88370adbf3
commit
dfff273bf3
@ -409,7 +409,7 @@
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
border-bottom: 1px solid $color-border-light;
|
border-bottom: 1px solid $color-border-light;
|
||||||
padding: $cell-padding-vertical $cell-padding-horizontal;
|
padding: $cell-padding-vertical $cell-padding-horizontal;
|
||||||
width: 12em;
|
width: 16em;
|
||||||
}
|
}
|
||||||
&__subject {
|
&__subject {
|
||||||
@include scut-truncate;
|
@include scut-truncate;
|
||||||
|
Loading…
Reference in New Issue
Block a user