2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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 6b3ee0e5fd
commit 504098d664
+1
View File
@@ -19,6 +19,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
overflow: hidden;
color: $progress-bar-color; color: $progress-bar-color;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;