Skip to content

Commit

Permalink
fix(css): text wrap in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusabelli authored and satnaing committed Aug 9, 2023
1 parent b571816 commit 0c92492
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
::-webkit-scrollbar-thumb:hover {
@apply bg-skin-card-muted;
}

code {
white-space: pre;
overflow: scroll;
}
}

@layer components {
Expand Down

0 comments on commit 0c92492

Please sign in to comment.