Skip to content

Commit

Permalink
min-width: $desktop-screen; // We need a fixed width for overflow-x …
Browse files Browse the repository at this point in the history
…to work
  • Loading branch information
Carl-OW committed Jul 11, 2024
1 parent f4c447f commit dcb0d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.ssb-table {
@include roboto;
line-height: 1.75rem;
min-width: 992px; // We need a fixed width for overflow-x to work
min-width: $desktop-screen; // We need a fixed width for overflow-x to work
border-collapse: collapse;
border: 1px solid variables.$ssb-dark-5;

Expand Down

0 comments on commit dcb0d26

Please sign in to comment.