add fixed table-layout to forum tables
This commit is contained in:
parent
432041720c
commit
ea6b1320d6
|
@ -978,6 +978,7 @@ body.forum table.board-display {
|
||||||
background: var(--forum-header);
|
background: var(--forum-header);
|
||||||
border: var(--forum-header-border);
|
border: var(--forum-header-border);
|
||||||
font-family: var(--primary-font);
|
font-family: var(--primary-font);
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.forum table.board-display th,
|
body.forum table.board-display th,
|
||||||
|
@ -1030,6 +1031,7 @@ body.forum.thread table.post-display {
|
||||||
background: var(--post);
|
background: var(--post);
|
||||||
border: var(--post-border);
|
border: var(--post-border);
|
||||||
margin: 8px 0px;
|
margin: 8px 0px;
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.forum.thread table.post-display td.author-cell {
|
body.forum.thread table.post-display td.author-cell {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user