fix table margins on forum
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user