mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
style(markdown): 小代码块不换行
This commit is contained in:
parent
1c5b2b92dc
commit
70e680cf47
@ -95,7 +95,7 @@
|
||||
}
|
||||
|
||||
span {
|
||||
word-break: break-all;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
code {
|
||||
@ -107,6 +107,8 @@
|
||||
background: var(--color-background-mute);
|
||||
padding: 3px 5px;
|
||||
border-radius: 5px;
|
||||
word-break: keep-all;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user