fix(forums): css compatible ms browser

This commit is contained in:
OldHawk
2017-07-10 16:02:44 +08:00
parent 739f46ba59
commit 137cc0aca1

View File

@@ -417,7 +417,12 @@
img {
max-width: 100%;
height: auto;
/* csslint ignore:start */
-webkit-box-flex: 1;
-moz-box-flex: 1;
-ms-box-flex: 1;
flex: 1;
/* csslint ignore:end */
}
}
}