1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

chore: improve form section group styling

This commit is contained in:
Sami Mazouz
2024-11-23 14:36:03 +01:00
parent 770feabb59
commit e1c82a19dc

View File

@@ -4,6 +4,10 @@
flex-wrap: wrap; flex-wrap: wrap;
} }
.FormSectionGroup:not(:first-child) {
margin-top: 1.2rem;
}
.FormSection { .FormSection {
--gap: 24px; --gap: 24px;
display: inline-grid; display: inline-grid;