fix: make table full width of container

This commit is contained in:
Arvid Norlin
2024-08-16 11:14:15 +02:00
parent f561ca750c
commit b9d63d9f01

View File

@@ -2,6 +2,7 @@
border-radius: var(--Corner-radius-Medium);
border-collapse: collapse;
overflow: hidden;
width: 100%;
}
.thead {