Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit cc2c89c

Browse files
committed
Fix flex issues for minisites
1 parent 80f7a00 commit cc2c89c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/plugins/action.share/res/minisite.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@
197197
padding: inherit !important;
198198
}
199199
}
200+
#browser{
201+
flex-direction:column !important;
202+
-webkit-flex-direction:column !important;
203+
}
204+
200205
</style>
201206
<script language="javascript" type="text/javascript" src="plugins/gui.ajax/res/js/ajaxplorer_boot.js"></script>
202207
<script type="text/javascript">

0 commit comments

Comments
 (0)