style: Update grid-customrule-card to use larger minimum width for columns

This commit is contained in:
jxxghp
2024-08-15 11:45:45 +08:00
parent c129a37ccf
commit 94ba3c4514
7 changed files with 164 additions and 12 deletions
+1 -1
View File
@@ -177,7 +177,7 @@
}
.grid-customrule-card {
grid-template-columns: repeat(auto-fill, minmax(1rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
padding-block-end: 1rem;
}