diff --git a/style.css b/style.css index 1fa547c..5a31914 100644 --- a/style.css +++ b/style.css @@ -1043,6 +1043,7 @@ body.forum.thread table.post-display tr.info-row { background: var(--post-bottombar); font-family: var(--primary-font); color: var(--subtitle); + height: 28px; } body.forum.thread table.post-display td { padding: 4px; } @@ -1055,6 +1056,9 @@ 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 * { + max-width: 100%; +} heading .button {