mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 11:08:00 +02:00
fix(forums): css compatible ms browser
This commit is contained in:
@@ -263,12 +263,12 @@
|
||||
|
||||
-webkit-box-orient: horizontal;
|
||||
-moz-box-orient: horizontal;
|
||||
-ms-box-orient: horizontal;
|
||||
-ms-flex-direction: row;
|
||||
box-orient: horizontal;
|
||||
@media (max-width: @screen-sm-max) {
|
||||
-webkit-box-orient: vertical;
|
||||
-moz-box-orient: vertical;
|
||||
-ms-box-orient: vertical;
|
||||
-ms-flex-direction: column;
|
||||
box-orient: vertical;
|
||||
}
|
||||
.box-uib {
|
||||
|
||||
Reference in New Issue
Block a user