Skip to content

Commit

Permalink
fix: switch to scrolling instead of wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSlug committed Mar 18, 2022
1 parent d87b2e5 commit 3277bce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/styles/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
}

code {
white-space: pre-wrap;
display: block;
overflow: auto;
}

h1,
Expand Down

0 comments on commit 3277bce

Please sign in to comment.