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
1 changed files with 2 additions and 1 deletions

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