HEIGE-PCloud / DoIt

A clean, elegant and advanced blog theme for Hugo.
https://hugodoit.pages.dev
MIT License
791 stars 196 forks source link

[FEATURE] Waline: Comment line break #251

Closed dannyloxavier closed 3 years ago

dannyloxavier commented 3 years ago

Describe the feature you want 描述你的功能需求

.v[data-class=v] .vcards .vcard .vcontent {
  word-break: normal;
}

Useful reference 有价值的参考

I saw this here: https://github.com/walinejs/waline/discussions/189

HEIGE-PCloud commented 3 years ago

Why not ask Waline to fix it on their side? I can use custom style sheet to implement a fix, but it is much better if their default style sheet works correctly out of the box.🤔

dannyloxavier commented 3 years ago

It's true. Thank you anyway. Gonna ask them. 😁

dannyloxavier commented 3 years ago

This latest version already solve this problem. Thank you, anyway!