Restore top spacing for create-list title

This commit is contained in:
2026-06-15 11:49:01 +02:00
parent 7ce434110b
commit 32ef3edd7a
+1 -1
View File
@@ -115,7 +115,7 @@
}
.sg-delete-confirmation-pattern__create-list-title {
margin: 0 0 var(--spacing-large) 0;
margin: var(--spacing-large) 0 var(--spacing-large) 0;
}
.sg-delete-confirmation-pattern__create-list-form[hidden] {