Skip to content

Commit 324b7e4

Browse files
authored
Merge pull request #1607 from Yashasewi/fix_table_overflow_in_chromium
Fix table overflow issue on Chromium browsers
2 parents ed20101 + 8c154fc commit 324b7e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/templates/guide.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@
189189
padding: 0 var(--spacing-xsmall);
190190
}
191191

192+
.td:not(:first-child) {
193+
word-break: break-word;
194+
}
195+
192196
.tr:last-child .td {
193197
border-bottom: none;
194198
}

0 commit comments

Comments
 (0)