From afa807e2ef20e453c2ba27702e3603ecd7628d2f Mon Sep 17 00:00:00 2001 From: Carl-OW <142233642+Carl-OW@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:35:31 +0200 Subject: [PATCH] caption-text.wrapper width fix --- src/components/Table/_table.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Table/_table.scss b/src/components/Table/_table.scss index ffe0d71b..53ccbb94 100644 --- a/src/components/Table/_table.scss +++ b/src/components/Table/_table.scss @@ -29,6 +29,12 @@ } } + .caption-text-wrapper{ + @media #{$desktop} { + max-width: 998px; + } + } + th, td { text-align: left;