mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-14 06:07:23 +08:00
feat(markdown.scss): add white-space: pre-wrap to code elements
This commit is contained in:
parent
aa3b2d6290
commit
e6359d2048
@ -87,4 +87,8 @@
|
||||
span {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user