]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixing label cutoff at 0% (#24544)
authorGijs Boddeus <botje_gijs@hotmail.com>
Mon, 6 Nov 2017 17:57:25 +0000 (18:57 +0100)
committerMark Otto <markd.otto@gmail.com>
Mon, 6 Nov 2017 17:57:25 +0000 (09:57 -0800)
scss/_progress.scss

index efbb4403407d239763fa5013fa257eecc63d30c2..56e5308cc687ca06601e023d7312bf15d38f28e5 100644 (file)
 
 .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;
 }