Skip to content

Commit

Permalink
fix code block overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence committed Jul 19, 2024
1 parent ca24ff2 commit ea88ff2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
.nobr {
white-space: nowrap
}

/* code block */
pre {
font-size: 1rem;
overflow: scroll;
}
}

#tag-list {
Expand Down

0 comments on commit ea88ff2

Please sign in to comment.