Skip to content

Commit

Permalink
fix: pre tag overwritten by default style (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sma11X committed Mar 18, 2024
1 parent 89e3582 commit c89e499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ em-emoji-picker {
p:last-child {
--at-apply: mb-1;
}
pre {
--at-apply: whitespace-pre-wrap;
}
code {
--at-apply: bg-code text-code px1 py0.5 rounded text-0.875em leading-0.8em;
}
Expand Down

0 comments on commit c89e499

Please sign in to comment.