From 352d81e9f78fe801e2486d075aeb5d36400676f8 Mon Sep 17 00:00:00 2001 From: Shivanku Kumar Date: Thu, 16 Mar 2017 00:22:08 -0400 Subject: [PATCH] resolving alignment issue, #298 (#321) --- 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 3b4c4f92..6a1e8253 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'); } }