mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-03 11:19:10 +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 {
|
span {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user