Checkbox/Radio: Pattern-Label immer als eigene Zeile über Controls

This commit is contained in:
2026-05-23 10:31:30 +02:00
parent bc52b755d2
commit e4a2872b17
2 changed files with 28 additions and 25 deletions
+7
View File
@@ -1539,6 +1539,13 @@ section + section {
align-items: center;
gap: var(--spacing-small);
color: var(--text-control-default);
flex-wrap: wrap;
}
#component-checkbox-field .sg-checkbox-field-option .sg-state-example__label,
#component-radio-field .sg-checkbox-field-option .sg-state-example__label {
flex: 0 0 100%;
margin-bottom: var(--spacing-small);
}
.sg-checkbox-field-option--inactive-selectable {