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;