feat(SW-441): Added table block component

This commit is contained in:
Erik Tiekstra
2024-10-04 11:51:39 +02:00
committed by Pontus Dreij
parent ef411b4cf9
commit dfd40aa7aa
23 changed files with 431 additions and 29 deletions

View File

@@ -40,6 +40,8 @@
}
.mainContent {
display: grid;
gap: var(--Spacing-x4);
width: 100%;
}