From ea6b1320d61fd7d8838146d67eb4720b7f4e72b1 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 9 Jun 2023 03:32:04 -0500 Subject: [PATCH] add fixed table-layout to forum tables --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 8da9985..3b5bf4d 100644 --- a/style.css +++ b/style.css @@ -978,6 +978,7 @@ body.forum table.board-display { background: var(--forum-header); border: var(--forum-header-border); font-family: var(--primary-font); + table-layout: fixed; } body.forum table.board-display th, @@ -1030,6 +1031,7 @@ body.forum.thread table.post-display { background: var(--post); border: var(--post-border); margin: 8px 0px; + table-layout: fixed; } body.forum.thread table.post-display td.author-cell {