From 8c2aebf3fd515de611dd2d428ce84e4229159d67 Mon Sep 17 00:00:00 2001 From: Mario Volke Date: Thu, 16 Oct 2014 15:48:52 +0200 Subject: [PATCH] line with padding in read view and no attachments --- src/sass/blocks/views/_read.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/sass/blocks/views/_read.scss b/src/sass/blocks/views/_read.scss index 0abe55c..4c13467 100644 --- a/src/sass/blocks/views/_read.scss +++ b/src/sass/blocks/views/_read.scss @@ -156,9 +156,13 @@ &--no-attachments { .read__header { - padding-bottom: 0.5em; margin-bottom: 0.5em; - border-bottom: 1px solid $color-border-light; + &:after { + display: block; + content: ""; + margin-top: 0.5em; + border-bottom: 1px solid $color-border-light; + } } } @include respond-to(sm-only) {