Skip to content

Commit

Permalink
caption-text.wrapper width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW committed Aug 9, 2024
1 parent f429664 commit afa807e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
}
}

.caption-text-wrapper{
@media #{$desktop} {
max-width: 998px;
}
}

th,
td {
text-align: left;
Expand Down

0 comments on commit afa807e

Please sign in to comment.