fix(components): adjust radio label spacing and mobile wrap
This commit is contained in:
+14
-1
@@ -1692,7 +1692,11 @@ section + section {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--spacing-small);
|
gap: var(--spacing-small);
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
#component-radio-field .sg-radio-field-row > .sg-radio-activatable-group__choices {
|
||||||
|
margin-left: var(--spacing-large);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
@@ -1705,6 +1709,15 @@ section + section {
|
|||||||
#component-radio-field .sg-radio-field-row {
|
#component-radio-field .sg-radio-field-row {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#component-radio-field .sg-radio-field-row {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
#component-radio-field .sg-radio-field-row > .sg-radio-activatable-group__choices {
|
||||||
|
flex: 0 0 100%;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-checkbox-field-option--disabled {
|
.sg-checkbox-field-option--disabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user