Merge "Timestamp from Year/Month selector on forms should be wiki time"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.view.categoryPage.less
index 1f0c626..387b020 100644 (file)
@@ -1,14 +1,11 @@
 @import "mediawiki.mixins";
 
 .mw-category {
-       .column-count(1);
-
+       .column-count(3);
+       .column-width(24em);
        .mw-category-group {
-               .column-break-inside(avoid);
-       }
-}
-@media screen and ( min-width: 768px ) {
-       .mw-category {
-               .column-count(3);
+               li {
+                       .column-break-inside-avoid;
+               }
        }
 }