mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
fix: output code too long break ui (#320)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user