Skip to content

Commit

Permalink
fixing label cutoff at 0% (#24544)
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbotje authored and mdo committed Nov 6, 2017
1 parent 0581234 commit bfbf24e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit bfbf24e

Please sign in to comment.