Skip to content

Commit

Permalink
Merge pull request #1607 from Yashasewi/fix_table_overflow_in_chromium
Browse files Browse the repository at this point in the history
Fix table overflow issue on Chromium browsers
  • Loading branch information
shiffman authored May 23, 2024
2 parents ed20101 + 8c154fc commit 324b7e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/templates/guide.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@
padding: 0 var(--spacing-xsmall);
}

.td:not(:first-child) {
word-break: break-word;
}

.tr:last-child .td {
border-bottom: none;
}
Expand Down

0 comments on commit 324b7e4

Please sign in to comment.