Unverified Commit c39d8f95 authored by crazywoola's avatar crazywoola Committed by GitHub

fix: word break in en and other languages (#385)

parent 226f28ed
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment