0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

progress: Fix IE overflow (#29629)

This commit is contained in:
Martijn Cuppens 2019-11-04 13:37:13 +01:00 committed by XhmikosR
parent f12ae8cea2
commit 590c1baeeb

View File

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