mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(post): break words on mobile to prevent overflow
This commit is contained in:
@@ -278,6 +278,7 @@
|
||||
.postMobile .postMessage {
|
||||
padding: 10px;
|
||||
font-size: var(--post-mobile-content-font-size);
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.postMobile .postLink {
|
||||
|
||||
Reference in New Issue
Block a user