Skip to content

Commit

Permalink
progress: Fix IE overflow (#29629)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Nov 25, 2019
1 parent f12ae8c commit 590c1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: $progress-bar-color;
text-align: center;
white-space: nowrap;
Expand Down

0 comments on commit 590c1ba

Please sign in to comment.