fix IE11 user-profile rendering bug

This commit is contained in:
Felix Niklas 2015-10-15 15:13:37 +02:00
parent a364222199
commit 7e4c374cdc

View file

@ -5822,6 +5822,7 @@ label + .wizard-buttonList {
.tasks {
margin-bottom: 10px;
display: flex;
flex-basis: auto;
flex-direction: column;
}
}