From 8cd54548624d8bd14d6b88203ad78a615e82f9eb Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Mon, 19 Nov 2018 09:09:06 +0100 Subject: [PATCH] fix: remove duplicate position:absolute in progress-bar --- scss/components/_progress-bar.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/components/_progress-bar.scss b/scss/components/_progress-bar.scss index 342cfe6cbc..7de5f8706e 100644 --- a/scss/components/_progress-bar.scss +++ b/scss/components/_progress-bar.scss @@ -26,7 +26,6 @@ /// Adds styles for text in the progress meter. @mixin progress-meter-text { @include absolute-center; - position: absolute; margin: 0; font-size: 0.75rem; font-weight: bold;