forgot margin-bottom
This commit is contained in:
parent
30185ce004
commit
d004b31242
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ const ServerDashboard: FunctionComponent = () => {
|
|||
{automodSettings.antispam.map(r => <AntispamRule rule={r} key={r.id} />)}
|
||||
<Button style={{
|
||||
marginTop: '12px',
|
||||
marginBottom: '8px',
|
||||
}} onClick={async () => {
|
||||
const newRule: AntispamRule = {
|
||||
action: 0,
|
||||
|
|
Loading…
Reference in a new issue