summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorChristian Treppo <christian@treppo.org>2016-07-06 14:16:32 +0200
committerChristian Treppo <christian@treppo.org>2016-07-06 14:16:32 +0200
commit11cd6479fcd5751e5aeabd299113fc89ae9e2547 (patch)
tree1867a27500c044c6b4e59d5c429bf37571a4cebb /web-ui
parentdfc0f1269cb5e3e5c128f4ac535db82dd5ce7452 (diff)
Make whole mail item without tags clickable
fixes #743 For mail items without tags the link to open the mail is not expanded, therefore it has to be done via CSS
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/scss/views/_mail-list.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/scss/views/_mail-list.scss b/web-ui/app/scss/views/_mail-list.scss
index 417fabc2..aa39d553 100644
--- a/web-ui/app/scss/views/_mail-list.scss
+++ b/web-ui/app/scss/views/_mail-list.scss
@@ -43,6 +43,7 @@
display: block;
color: $dark_grey;
padding-left: 24px;
+ height: 100%;
&-from {
white-space: nowrap;