From 173fda0d2085baaf07c5ab9f70813b6fe9248949 Mon Sep 17 00:00:00 2001 From: lvuch Date: Wed, 10 Jun 2020 14:24:32 -0700 Subject: [PATCH] 629 vertical alighnment --- components/PercentageBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PercentageBar.vue b/components/PercentageBar.vue index 6b86ec9715..319d4871ca 100644 --- a/components/PercentageBar.vue +++ b/components/PercentageBar.vue @@ -67,7 +67,6 @@ export default { display: inline-block; } .bar { - vertical-align: -5px; // this will align percentage-text in the center without having to change the line height margin-left: 3px; .tick { display: inline-block; @@ -75,6 +74,7 @@ export default { margin-right: 3px; width: 3px; font-size: 1.2em; + vertical-align: -5px; // this will align percentage-text in the center without having to change the line height } } }