diff --git a/src/features/ModelTable/ModelTable.styled.ts b/src/features/ModelTable/ModelTable.styled.ts index 6b5e1104..7ba00e7d 100644 --- a/src/features/ModelTable/ModelTable.styled.ts +++ b/src/features/ModelTable/ModelTable.styled.ts @@ -4,6 +4,7 @@ import { spacings } from '../../tokens/spacings'; export const Table = styled.div` overflow-x: auto; padding-bottom: ${spacings.MEDIUM}; + max-width: 1750px; > div { > table {