Skip to content

Commit bfbf24e

Browse files
gijsbotjemdo
authored andcommitted
fixing label cutoff at 0% (#24544)
1 parent 0581234 commit bfbf24e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/_progress.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515
.progress-bar {
1616
display: flex;
17-
align-items: center;
17+
flex-direction: column;
1818
justify-content: center;
1919
color: $progress-bar-color;
20+
text-align: center;
2021
background-color: $progress-bar-bg;
2122
}
2223

0 commit comments

Comments
 (0)