mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 12:11:02 +01:00
fix(forums): css compatible ms browser
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user