Fix: flexbox issue on IE11

This commit is contained in:
juliandescottes 2016-08-16 10:06:42 +02:00
parent 8867324468
commit 2fe1fe67e5

View File

@ -26,6 +26,7 @@
vertical-align: top;
height: 100%;
margin-right: 7px;
flex-shrink: 0;
}
.main-column {
@ -37,6 +38,7 @@
box-sizing: border-box;
vertical-align: top;
height: 100%;
flex-shrink: 0;
display: flex;
flex-direction: column;