fix table margins on forum
This commit is contained in:
parent
26bbc65f00
commit
a3143f8060
|
@ -1188,6 +1188,11 @@ body.forum table.board-display {
|
|||
border: var(--forum-header-border);
|
||||
font-family: var(--primary-font);
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
body.forum table.board-display:not(.page-container),
|
||||
body.forum table.poll-display,
|
||||
body.forum table.reply-display {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user