From 0f79ddb626f19e93e12a3f746636f77ead831a34 Mon Sep 17 00:00:00 2001 From: kshivanku Date: Thu, 9 Mar 2017 18:42:40 -0500 Subject: [PATCH] resolving alignment issue, #298 --- client/styles/components/_toolbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index 3b4c4f92e3..6a1e8253bb 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -90,6 +90,7 @@ } } cursor: pointer; + line-height: #{18 / $base-font-size}rem; .toolbar__project-name-container--editing & { display: none; @@ -129,7 +130,7 @@ height: #{18 / $base-font-size}rem; } @include themify() { - & path { + & path { fill: getThemifyVariable('inactive-text-color'); } }