Skip to content

Commit c7f94f7

Browse files
authored
Merge pull request #1274 from nik72619c/bug/1273-toolbar-components-should-be-aligned-properly
Fix toolbar components not properly aligned
2 parents ce7a85d + 0c5fa1d commit c7f94f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/styles/components/_toolbar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
font-size: #{12 / $base-font-size}rem;
150150
}
151151

152+
.toolbar__autorefresh {
153+
display: flex;
154+
align-items: center;
155+
}
156+
152157
.checkbox__autorefresh{
153158
cursor: pointer;
154159
}

0 commit comments

Comments
 (0)