This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: markdown code always show scrollbar (
#237
)
tags/0.3.1
Joel
2 years ago
parent
5a6061ff61
commit
7660539689
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/styles/markdown.scss
+ 1
- 1
web/app/styles/markdown.scss
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save