Skip to content

Commit

Permalink
fix: Wrap pre elements in messages contents
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Jan 8, 2024
1 parent 743bd08 commit 6b9cdc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/stylesheets/components/messages.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@
border-left: var(--width-border-bold) solid var(--color-primary6);
}

.message__content pre {
white-space: pre-wrap;
}

.message__bottom {
padding: 2rem;

Expand Down

0 comments on commit 6b9cdc4

Please sign in to comment.