Skip to content

Commit 53cf774

Browse files
authored
fix: disable word break for README tables (#494)
1 parent 637caaf commit 53cf774

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/assets/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ html.light .shiki span {
463463
border-collapse: collapse;
464464
margin: 1.5rem 0;
465465
font-size: 0.875rem;
466+
word-break: keep-all;
466467
}
467468

468469
.readme-content th,

0 commit comments

Comments
 (0)