Skip to content

Commit 352d81e

Browse files
kshivankucatarak
authored andcommitted
resolving alignment issue, #298 (#321)
1 parent 636b267 commit 352d81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/styles/components/_toolbar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
}
9191
}
9292
cursor: pointer;
93+
line-height: #{18 / $base-font-size}rem;
9394

9495
.toolbar__project-name-container--editing & {
9596
display: none;
@@ -129,7 +130,7 @@
129130
height: #{18 / $base-font-size}rem;
130131
}
131132
@include themify() {
132-
& path {
133+
& path {
133134
fill: getThemifyVariable('inactive-text-color');
134135
}
135136
}

0 commit comments

Comments
 (0)