add shitty divider for automod rules

This commit is contained in:
janderedev 2022-03-15 17:53:39 +01:00
parent 72bcee5804
commit 449bf00747
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -613,6 +613,7 @@ const ServerDashboard: FunctionComponent = () => {
{props.rule.id}
</code>
<div style={{ clear: 'both' }} />
<div style={{ maxWidth: 'max(40%, 600px)' }}><LineDivider/></div>
</div>
</div>
)