From ccbd494d64189dd1cfeb42cf91f9de60107626f7 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 23 Oct 2015 15:47:12 -0700 Subject: [PATCH] fix(sidebar): Better disclosure triangle position on multiline labels / folders --- .../account-sidebar/stylesheets/account-sidebar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_packages/account-sidebar/stylesheets/account-sidebar.less b/internal_packages/account-sidebar/stylesheets/account-sidebar.less index f022907f2..0a13edcf6 100644 --- a/internal_packages/account-sidebar/stylesheets/account-sidebar.less +++ b/internal_packages/account-sidebar/stylesheets/account-sidebar.less @@ -27,11 +27,11 @@ .item-container { display:flex; - align-items: center; .disclosure-triangle { flex-shrink: 0; padding:7px; + padding-top:12px; width:20px; visibility: hidden;