Fix mobile pulldown label spacing

This commit is contained in:
2026-06-10 13:05:04 +02:00
parent 27848d0a23
commit 4367999e75
@@ -519,6 +519,21 @@
max-width: 100%;
}
#component-pulldown .sg-labeled-input-row {
flex-direction: column;
align-items: flex-start;
width: 100%;
max-width: 100%;
gap: var(--spacing-small);
}
#component-pulldown .sg-labeled-input-row .sg-label {
min-width: 0;
flex: 0 0 auto;
margin-right: 0;
margin-bottom: 0;
}
#component-pulldown .sg-activatable-row {
grid-template-columns: 1fr;
align-items: start;