forgot margin-bottom

This commit is contained in:
JandereDev 2022-03-14 10:15:22 +01:00
parent 30185ce004
commit d004b31242
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

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