add post body word wrap
This commit is contained in:
parent
00e20938ee
commit
54b3f340ad
|
@ -1286,7 +1286,10 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.forum.thread table.post-display tr.body-row td { vertical-align: top; }
|
body.forum.thread table.post-display tr.body-row td {
|
||||||
|
vertical-align: top;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
body.forum.thread table.post-display tr.body-row td * {
|
body.forum.thread table.post-display tr.body-row td * {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user