1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

fixing label cutoff at 0% (#24544)

This commit is contained in:
Gijs Boddeus
2017-11-06 18:57:25 +01:00
committed by Mark Otto
parent 058123440f
commit bfbf24e7a5

View File

@@ -14,9 +14,10 @@
.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;
}