Skip to content

Commit

Permalink
Add word break to table values for overflowing layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn committed Aug 14, 2024
1 parent 8a187c2 commit 1caeb7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ table {
table code {
color: var(--main-font-color);
line-height: 24px;
word-break: break-word;
}

table * {
Expand Down

0 comments on commit 1caeb7b

Please sign in to comment.