From 8e6aca6e324889bc7ef05e02de9c27c235d5b441 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 31 May 2024 15:18:52 +0200 Subject: [PATCH] fix(post): break words on mobile to prevent overflow --- src/components/post/post.module.css | 1 + 1 file changed, 1 insertion(+) 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 {