mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(post): long text content wouldn't wrap around images
This commit is contained in:
@@ -160,7 +160,6 @@
|
|||||||
|
|
||||||
.postDesktop .postMessage, .replyDesktop .postMessage {
|
.postDesktop .postMessage, .replyDesktop .postMessage {
|
||||||
padding: 1em 40px;
|
padding: 1em 40px;
|
||||||
overflow: hidden;
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -334,7 +333,6 @@
|
|||||||
.postMobile .postMessage {
|
.postMobile .postMessage {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: var(--post-mobile-content-font-size);
|
font-size: var(--post-mobile-content-font-size);
|
||||||
overflow: hidden;
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user