From 4d5f54625b13542237bd5a157fc3238828dd1e26 Mon Sep 17 00:00:00 2001 From: kaeff Date: Wed, 21 Oct 2015 10:35:52 +0200 Subject: Fix horizontal line in mail view when opening mail with many recipients - Issue: #496 --- web-ui/app/scss/_read.scss | 5 ++++- web-ui/app/templates/mails/full_view.hbs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index d621f672..24de425a 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -13,7 +13,6 @@ padding: 0px 0; margin: 1px 0 0 0; .recipients { - border-bottom: 1px solid #DDD; padding-bottom: 5px; line-height: 1.5em; i { @@ -39,6 +38,10 @@ width:95%; flex-shrink:1; } + .headline-area { + clear: both; + border-top: 1px solid #DDD; + } } h3 { margin-bottom: 0; diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index 77994860..0383b821 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -36,7 +36,7 @@
{{ formatDate header.date }}
-
+

{{ header.subject }} -- cgit v1.2.3