mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 02:29:03 +08:00
fix: output code too long break ui (#320)
This commit is contained in:
parent
df26f82536
commit
d5ab3b5072
@ -743,13 +743,14 @@
|
||||
|
||||
.markdown-body pre code {
|
||||
font-size: 100%;
|
||||
white-space: pre-wrap !important;
|
||||
}
|
||||
|
||||
.markdown-body pre>code {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
word-break: normal;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user