Skip to content

Commit ec4076d

Browse files
Prevent word-wrap
Fixes twbs#25235
1 parent 1a231e4 commit ec4076d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_progress.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
justify-content: center;
2020
color: $progress-bar-color;
2121
text-align: center;
22+
white-space: nowrap;
2223
background-color: $progress-bar-bg;
2324
@include transition($progress-bar-transition);
2425
}

0 commit comments

Comments
 (0)