Skip to content

Commit

Permalink
fix(style): overflow of code table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai committed Apr 21, 2023
1 parent e3f359d commit defa3a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shared/stylesheets/components/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
table-layout: fixed;
}

th,
td {
word-break: break-all;
}

blockquote p {
margin-bottom: 12px;

Expand Down

0 comments on commit defa3a2

Please sign in to comment.