fix(ui): spacing between sections in admin settings

This commit is contained in:
2026-03-25 11:19:06 +02:00
parent 4b68b88e79
commit 026dd21d85

View File

@@ -281,6 +281,10 @@ export default defineComponent({
}
.settings-form {
.form-section {
margin-bottom: 32px;
}
.form-group {
margin-bottom: 24px;