mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 01:09:05 +08:00
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…
x
Reference in New Issue
Block a user