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} />)}
|
{automodSettings.antispam.map(r => <AntispamRule rule={r} key={r.id} />)}
|
||||||
<Button style={{
|
<Button style={{
|
||||||
marginTop: '12px',
|
marginTop: '12px',
|
||||||
|
marginBottom: '8px',
|
||||||
}} onClick={async () => {
|
}} onClick={async () => {
|
||||||
const newRule: AntispamRule = {
|
const newRule: AntispamRule = {
|
||||||
action: 0,
|
action: 0,
|
||||||
|
|
Loading…
Reference in a new issue