From d0bfc65d099b5c34da43a6aae51d451758b1a475 Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Thu, 28 Dec 2017 11:05:56 +0530 Subject: [PATCH] Update styles to fix SVG caret alignment --- app/assets/stylesheets/framework/lists.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss index a063b82d193..17915a55b45 100644 --- a/app/assets/stylesheets/framework/lists.scss +++ b/app/assets/stylesheets/framework/lists.scss @@ -346,6 +346,10 @@ ul.indent-list { .folder-caret { width: 15px; + + svg { + margin-bottom: 2px; + } } .item-type-icon { @@ -354,7 +358,7 @@ ul.indent-list { } > .group-row:not(.has-children) { - .folder-caret .fa { + .folder-caret { opacity: 0; } } @@ -437,6 +441,7 @@ ul.indent-list { .avatar-container > a { width: 100%; + text-decoration: none; } &.has-more-items { @@ -451,6 +456,7 @@ ul.indent-list { display: inline-flex; align-items: center; height: 16px; + min-width: 30px; } .stat-value {