add fixed table-layout to forum tables

This commit is contained in:
Wirlaburla 2023-06-09 03:32:04 -05:00
parent 432041720c
commit ea6b1320d6

View File

@ -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 {