11wqe1 2 days ago
parent
commit
747fa179de
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/kanBan/components/AschoolFeature.vue

+ 2 - 2
src/views/kanBan/components/AschoolFeature.vue

@@ -1416,8 +1416,8 @@ export default {
 }
 
 .featureAll {
-	/* grid-template-columns: repeat(4, 1fr); */
-	display: flex;
+	grid-template-columns: repeat(4, 1fr);
+	display: grid;
 	gap: 20px;
 }