Add unlabeled variants for pulldown, input, and radio

This commit is contained in:
2026-05-30 08:19:32 +02:00
parent ccc39c4acf
commit afaff14c82
2 changed files with 47 additions and 0 deletions
@@ -1346,6 +1346,10 @@
margin-left: var(--spacing-large);
}
#component-radio-field .sg-radio-field-row--without-label > .sg-radio-activatable-group__choices {
margin-left: 0;
}
@media (max-width: 48rem) {
#component-radio-field .sg-checkbox-field-option {
grid-template-columns: 1fr;