fix: table template preview page template
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user