From 11cd6479fcd5751e5aeabd299113fc89ae9e2547 Mon Sep 17 00:00:00 2001 From: Christian Treppo Date: Wed, 6 Jul 2016 14:16:32 +0200 Subject: 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 --- web-ui/app/scss/views/_mail-list.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui') 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; -- cgit v1.2.3