]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Prevent word-wrap (#25248)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Mon, 12 Feb 2018 00:46:54 +0000 (01:46 +0100)
committerMark Otto <markd.otto@gmail.com>
Mon, 12 Feb 2018 00:46:54 +0000 (16:46 -0800)
Fixes #25235

scss/_progress.scss

index a58111689cd2a5b1b524601694fabb951f340156..0ac3e0c93f24aae812a15a603e137492ab82bf18 100644 (file)
@@ -19,6 +19,7 @@
   justify-content: center;
   color: $progress-bar-color;
   text-align: center;
+  white-space: nowrap;
   background-color: $progress-bar-bg;
   @include transition($progress-bar-transition);
 }