diff options
author | Christian Treppo <christian@treppo.org> | 2016-07-06 14:16:32 +0200 |
---|---|---|
committer | Christian Treppo <christian@treppo.org> | 2016-07-06 14:16:32 +0200 |
commit | 11cd6479fcd5751e5aeabd299113fc89ae9e2547 (patch) | |
tree | 1867a27500c044c6b4e59d5c429bf37571a4cebb /web-ui/app/scss | |
parent | dfc0f1269cb5e3e5c128f4ac535db82dd5ce7452 (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/app/scss')
-rw-r--r-- | web-ui/app/scss/views/_mail-list.scss | 1 |
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; |