From b9d63d9f01c0198700c8d9f8484bcbd664a4d066 Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Fri, 16 Aug 2024 11:14:15 +0200 Subject: [PATCH] fix: make table full width of container --- components/TempDesignSystem/Table/table.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/TempDesignSystem/Table/table.module.css b/components/TempDesignSystem/Table/table.module.css index 729e323fd..9ad18553c 100644 --- a/components/TempDesignSystem/Table/table.module.css +++ b/components/TempDesignSystem/Table/table.module.css @@ -2,6 +2,7 @@ border-radius: var(--Corner-radius-Medium); border-collapse: collapse; overflow: hidden; + width: 100%; } .thead {