From: Gijs Boddeus Date: Mon, 6 Nov 2017 17:57:25 +0000 (+0100) Subject: fixing label cutoff at 0% (#24544) X-Git-Tag: v4.0.0-beta.3~118^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbf24e7a567229b73032894a6641f66f08c5b98;p=thirdparty%2Fbootstrap.git fixing label cutoff at 0% (#24544) --- diff --git a/scss/_progress.scss b/scss/_progress.scss index efbb440340..56e5308cc6 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -14,9 +14,10 @@ .progress-bar { display: flex; - align-items: center; + flex-direction: column; justify-content: center; color: $progress-bar-color; + text-align: center; background-color: $progress-bar-bg; }