resolving alignment issue, #298 (#321)

This commit is contained in:
Shivanku Kumar 2017-03-16 00:22:08 -04:00 committed by Cassie Tarakajian
parent 636b267259
commit 352d81e9f7

View file

@ -90,6 +90,7 @@
} }
} }
cursor: pointer; cursor: pointer;
line-height: #{18 / $base-font-size}rem;
.toolbar__project-name-container--editing & { .toolbar__project-name-container--editing & {
display: none; display: none;
@ -129,7 +130,7 @@
height: #{18 / $base-font-size}rem; height: #{18 / $base-font-size}rem;
} }
@include themify() { @include themify() {
& path { & path {
fill: getThemifyVariable('inactive-text-color'); fill: getThemifyVariable('inactive-text-color');
} }
} }