progress: Fix IE overflow (#29629)

This commit is contained in:
Martijn Cuppens 2019-11-04 13:37:13 +01:00 committed by XhmikosR
parent 6b3ee0e5fd
commit 504098d664

View File

@ -19,6 +19,7 @@
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: $progress-bar-color;
text-align: center;
white-space: nowrap;