add post body word wrap
This commit is contained in:
@@ -1286,7 +1286,10 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {
|
||||
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 * {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user