diff --git a/src/components/post/post.module.css b/src/components/post/post.module.css index a8f4d9e8..494b63a5 100644 --- a/src/components/post/post.module.css +++ b/src/components/post/post.module.css @@ -278,6 +278,7 @@ .postMobile .postMessage { padding: 10px; font-size: var(--post-mobile-content-font-size); + word-break: break-all; } .postMobile .postLink {