fix: make loading spinner smaller

This commit is contained in:
Christel Westerberg
2024-05-14 13:23:22 +02:00
parent 51287c11df
commit 30b94b05f6
3 changed files with 9 additions and 10 deletions

View File

@@ -42,7 +42,7 @@
}
.treeColumnGrid {
grid-template-columns: repeat(3, minmax(30rem, 1fr));
grid-template-columns: repeat(3, 1fr);
}
.carousel {