mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 10:50:58 +00:00
fixing label cutoff at 0% (#24544)
This commit is contained in:
parent
058123440f
commit
bfbf24e7a5
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue