summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/full_view.hbs
diff options
context:
space:
mode:
authorkaeff <hi@kaeff.net>2015-10-21 10:35:52 +0200
committerkaeff <hi@kaeff.net>2015-10-21 10:36:26 +0200
commit4d5f54625b13542237bd5a157fc3238828dd1e26 (patch)
tree7cdf53e98ecf56771c81a971fe0d975c827a49b5 /web-ui/app/templates/mails/full_view.hbs
parent33ac29beffa23c844900ae0b8f189e955bbde9d2 (diff)
Fix horizontal line in mail view when opening mail with many recipients
- Issue: #496
Diffstat (limited to 'web-ui/app/templates/mails/full_view.hbs')
-rw-r--r--web-ui/app/templates/mails/full_view.hbs2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="recipients column large-2 text-right">
<span class="received-date">{{ formatDate header.date }}</span>
</div>
- <div>
+ <div class="headline-area">
<h3 class="subjectArea column large-10 no-padding">
<span class="subject">{{ header.subject }}</span>