Skip to content

Commit

Permalink
prevent codeblock from overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
adred committed May 20, 2024
1 parent a331b01 commit 13fb547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/common/elements/markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
padding: 0.15em 0.5em;
line-height: 1.5;
cursor: default;
white-space: pre-wrap;
word-wrap: break-word;
overflow: auto;
}

.codeblock-actions {
Expand Down

0 comments on commit 13fb547

Please sign in to comment.