mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 14:40:13 -05:00
Merge pull request #161 from whiteout-io/dev/WO-712
Fix: Sender email address in mail-list item on mobile cut off on bottom
This commit is contained in:
commit
a6bd06f853
@ -256,7 +256,7 @@
|
|||||||
font-size: $font-size-bigger;
|
font-size: $font-size-bigger;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
&__subject {
|
&__subject {
|
||||||
@include scut-truncate;
|
@include scut-truncate;
|
||||||
@ -264,7 +264,7 @@
|
|||||||
line-height: $font-size-small;
|
line-height: $font-size-small;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-right: 90px; // to make room for time
|
padding-right: 90px; // to make room for time
|
||||||
margin-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
&__time {
|
&__time {
|
||||||
@include scut-truncate;
|
@include scut-truncate;
|
||||||
|
Loading…
Reference in New Issue
Block a user