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: word break in en and other languages (
#385
)
tags/0.3.4
crazywoola
2 years ago
parent
226f28edcb
commit
c39d8f954e
No account linked to committer's email address
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
web/app/styles/markdown.scss
+ 2
- 2
web/app/styles/markdown.scss
View File
@@ -54,7 +54,7 @@
font-weight: 400;
line-height: 1.5;
word-wrap: break-word;
word-break: break-
all
;
word-break: break-
word
;
user-select: text;
}
@@ -1042,4 +1042,4 @@
.markdown-body ::-webkit-calendar-picker-indicator {
filter: invert(50%);
}
}
Write
Preview
Loading…
Cancel
Save