diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-10-28 09:56:02 -0200 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-10-28 09:56:12 -0200 |
commit | 557fa0d17ff70a456669b25de69e4e6b180b374a (patch) | |
tree | 78a59a24f25d109512c741d9a2688764f31d414b /web-ui/app/scss | |
parent | 3d1562540bac778ae703b3f1f70133fc4da1ac51 (diff) |
Rearranging tags position inside the mail list
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 0baa2d6b..8c8f78a6 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -104,15 +104,19 @@ } } .subject-and-tags { - display: inline-block; + display: block; width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @include tags; ul.tags { - display: inline-block; + display: block; + line-height: 1.2; + margin: -3px 0 0 0; li { + background-color: #DDD; + color: black; display: inline-block; height: auto; font-weight: 400; |