fix(post): content could overflow on mobile, causing horizontal scroll

This commit is contained in:
Tom (plebeius.eth)
2024-09-05 09:36:31 +02:00
parent 03d7aa1eec
commit 1122eb4f71
+1
View File
@@ -328,6 +328,7 @@
.postMobile .postMessage {
padding: 10px;
font-size: var(--post-mobile-content-font-size);
word-break: break-word;
}
.postMobile .postLink {