0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Prevent word-wrap (#25248)

Fixes #25235
This commit is contained in:
Martijn Cuppens 2018-02-12 01:46:54 +01:00 committed by Mark Otto
parent 65ae622d40
commit 0205fc8bdb

View 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);
}