Constrain form section action buttons to form width

This commit is contained in:
2026-05-28 08:16:37 +02:00
parent a15bd17c3f
commit 675c83d835
+3
View File
@@ -277,7 +277,10 @@
} }
.sg-form-sections-card__action { .sg-form-sections-card__action {
min-width: 0;
width: 100%; width: 100%;
max-width: 100%;
box-sizing: border-box;
} }
.sg-navigation-card-layout { .sg-navigation-card-layout {