diff options
author | Felix Hammerl <felix.hammerl@gmail.com> | 2016-07-07 15:10:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 15:10:35 +0200 |
commit | 8b9a31826d6df854e2026d861d675f80246ad0ea (patch) | |
tree | b8e16d7dcb6a98b967ce03f00d6e67808c554af5 /web-ui/app/scss/views | |
parent | 0bc397c520d668e466f1836c83ca99b0a3f8ad48 (diff) | |
parent | 11cd6479fcd5751e5aeabd299113fc89ae9e2547 (diff) |
Merge pull request #746 from treppo/whole-mail-item-clickable
Make whole mail item without tags clickable
Diffstat (limited to 'web-ui/app/scss/views')
-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; |