Skip to content

Commit

Permalink
Fix code overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusabelli committed May 20, 2023
1 parent ec74546 commit 50fea1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/_code.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ pre code.torchlight .summary-caret {
@apply mr-1;
}

p code {
@apply inline-flex max-w-full overflow-scroll
}

.tabbed-code {
@apply my-5 bg-dark-500 rounded-md overflow-hidden;

Expand Down

0 comments on commit 50fea1e

Please sign in to comment.