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
1 changed files with 2 additions and 1 deletions

View File

@ -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');
}
}