fix(post): special characters in content could overflow

This commit is contained in:
Tom (plebeius.eth)
2024-09-08 13:39:27 +02:00
parent a7839e4e25
commit c1910c9788
2 changed files with 3 additions and 0 deletions
@@ -9,6 +9,7 @@
white-space: pre-line;
max-width: 400px;
color: #fff;
overflow: hidden;
text-align: center;
}
+2
View File
@@ -160,6 +160,7 @@
.postDesktop .postMessage, .replyDesktop .postMessage {
padding: 1em 40px;
overflow: hidden;
}
.postDesktop .abbr {
@@ -328,6 +329,7 @@
.postMobile .postMessage {
padding: 10px;
font-size: var(--post-mobile-content-font-size);
overflow: hidden;
word-break: break-word;
}