Question on comment line break #189
Answered
by
lizheming
hiensarahly
asked this question in
Q&A
-
Hey @lizheming I wanted to tell you again that I like Waline a lot. It feels very natural and convenient to use. I’ve successfully migrated here! I’m seeing this line break at the end of a sentence: Please help. |
Beta Was this translation helpful? Give feedback.
Answered by
lizheming
Apr 6, 2021
Replies: 1 comment
-
Hi @hiensarahly, thank you for your loving! The question you asked is a default stylesheet problem. You can add following css into your website to cover default style, then comment will wrap by word. .v[data-class=v] .vcards .vcard .vcontent {
word-break: normal;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lizheming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hiensarahly, thank you for your loving! The question you asked is a default stylesheet problem. You can add following css into your website to cover default style, then comment will wrap by word.