mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Fix: Sender email address in mail-list item on mobile cut off on bottom
This commit is contained in:
parent
8cc84ef8c6
commit
26e819c8e3
@ -256,7 +256,7 @@
|
||||
font-size: $font-size-bigger;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
margin-bottom: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
&__subject {
|
||||
@include scut-truncate;
|
||||
@ -264,7 +264,7 @@
|
||||
line-height: $font-size-small;
|
||||
font-weight: bold;
|
||||
padding-right: 90px; // to make room for time
|
||||
margin-bottom: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
&__time {
|
||||
@include scut-truncate;
|
||||
|
Loading…
Reference in New Issue
Block a user