From 1122eb4f714dcb709a2d24e0f3a8096ff4029906 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Thu, 5 Sep 2024 09:36:31 +0200 Subject: [PATCH] fix(post): content could overflow on mobile, causing horizontal scroll --- src/views/post/post.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/post/post.module.css b/src/views/post/post.module.css index 24afe051..9ca8c0e5 100644 --- a/src/views/post/post.module.css +++ b/src/views/post/post.module.css @@ -328,6 +328,7 @@ .postMobile .postMessage { padding: 10px; font-size: var(--post-mobile-content-font-size); + word-break: break-word; } .postMobile .postLink {