Fix collapse of main content on "Users" page on IE11 (#646)

This commit is contained in:
Ahmad Alfy 2018-05-07 00:37:12 +02:00 committed by Yangshun Tay
parent c599d433e8
commit 432bdffb22

View file

@ -198,7 +198,7 @@ header h2 {
.mainContainer {
background: #f9f9f9;
flex: 1;
flex: 1 0 auto;
font-size: 18px;
}
.mainContainer .wrapper {