fix: table template preview page template

This commit is contained in:
efim
2023-11-17 03:58:20 +00:00
parent 04ab19fadf
commit 942091c5d8
4 changed files with 53 additions and 29 deletions

View File

@@ -592,6 +592,10 @@ video {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-\[auto\2c 1fr\] {
grid-template-rows: auto 1fr;
}