From 26e819c8e392fd31eda3ea197dcc19906481a472 Mon Sep 17 00:00:00 2001 From: Mario Volke Date: Thu, 6 Nov 2014 17:45:10 +0100 Subject: [PATCH] Fix: Sender email address in mail-list item on mobile cut off on bottom --- src/sass/blocks/views/_mail-list.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/blocks/views/_mail-list.scss b/src/sass/blocks/views/_mail-list.scss index e6ee9de..aa7083f 100755 --- a/src/sass/blocks/views/_mail-list.scss +++ b/src/sass/blocks/views/_mail-list.scss @@ -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;