mirror of https://github.com/langgenius/dify.git
fix: markdown code always show scrollbar (#237)
This commit is contained in:
parent
5a6061ff61
commit
7660539689
|
|
@ -779,7 +779,7 @@
|
|||
max-width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
line-height: inherit;
|
||||
word-wrap: normal;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
Loading…
Reference in New Issue