Commit 0205fc8b authored by Martijn Cuppens's avatar Martijn Cuppens Committed by Mark Otto
Browse files

Prevent word-wrap (#25248)

Fixes #25235
parent 65ae622d
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment