mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
feat(markdown.scss): add white-space: pre-wrap to code elements
This commit is contained in:
parent
76fa54dc30
commit
953ae8a46b
@ -87,4 +87,8 @@
|
||||
span {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user