Checkbox/Radio: Pattern-Label immer als eigene Zeile über Controls
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user