Skip to content

Commit be612f5

Browse files
committed
Fix toolbar components not properly aligned
1 parent ab7f427 commit be612f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/styles/components/_toolbar.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
font-size: #{12 / $base-font-size}rem;
121121
}
122122

123+
.toolbar__autorefresh {
124+
display: flex;
125+
align-items: center;
126+
vertical-align: middle;
127+
}
128+
123129
.toolbar__serve-secure {
124130
margin-left: #{20 / $base-font-size}rem;
125131
}

0 commit comments

Comments
 (0)