From af5e753173ee4d8f52a5401c9309b13590e34a83 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 7 Aug 2017 17:57:43 -0400 Subject: [PATCH] Fix alignment of "Disabled" title in the sidebar --- assets/stylesheets/components/_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/components/_sidebar.scss b/assets/stylesheets/components/_sidebar.scss index 9b9ba6d9..2436e7ba 100644 --- a/assets/stylesheets/components/_sidebar.scss +++ b/assets/stylesheets/components/_sidebar.scss @@ -86,7 +86,7 @@ ._list-title { position: relative; margin: .5rem 0 0; - padding: 0 .75rem 0 2.25rem; + padding: 0 .75rem 0 2.125rem; line-height: 2rem; font-size: .75rem; color: $textColorLight;