629 vertical alighnment

This commit is contained in:
lvuch 2020-06-10 14:24:32 -07:00
parent f92a4d3a3b
commit 173fda0d20
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,6 @@ export default {
display: inline-block; display: inline-block;
} }
.bar { .bar {
vertical-align: -5px; // this will align percentage-text in the center without having to change the line height
margin-left: 3px; margin-left: 3px;
.tick { .tick {
display: inline-block; display: inline-block;
@ -75,6 +74,7 @@ export default {
margin-right: 3px; margin-right: 3px;
width: 3px; width: 3px;
font-size: 1.2em; font-size: 1.2em;
vertical-align: -5px; // this will align percentage-text in the center without having to change the line height
} }
} }
} }