diff --git a/webapp/assets/styles/main.scss b/webapp/assets/styles/main.scss index 5c4964688..ed8378119 100644 --- a/webapp/assets/styles/main.scss +++ b/webapp/assets/styles/main.scss @@ -171,6 +171,8 @@ hr { } .hyphenate-text { + -webkit-hyphens: auto; + -moz-hyphens: auto; hyphens: auto; overflow-wrap: break-word; word-wrap: break-word; diff --git a/webapp/components/PostCard/PostCard.vue b/webapp/components/PostCard/PostCard.vue index 2fc0b8bca..76515278e 100644 --- a/webapp/components/PostCard/PostCard.vue +++ b/webapp/components/PostCard/PostCard.vue @@ -1,6 +1,6 @@