add bottom margin to settings section (#1616)
This commit is contained in:
parent
d6c43986fd
commit
268f3a1840
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ export default function PluginModal({ plugin, onRestartNeeded, onClose, transiti
|
|||
</Forms.FormSection>
|
||||
</div>
|
||||
)}
|
||||
<Forms.FormSection>
|
||||
<Forms.FormSection className={Margins.bottom16}>
|
||||
<Forms.FormTitle tag="h3">Settings</Forms.FormTitle>
|
||||
{renderSettings()}
|
||||
</Forms.FormSection>
|
||||
|
|
Loading…
Reference in a new issue