We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98259d commit 03e21d0Copy full SHA for 03e21d0
src/lib/components/form/superRadioGroup/SuperRadioButton.tsx
@@ -24,7 +24,7 @@ export const VuiSuperRadioButton = <T extends string>({
24
return (
25
<label className="vuiSuperRadioButton" htmlFor={id}>
26
<VuiFlexContainer spacing="l" alignItems="center">
27
- <VuiFlexItem grow={false} shrink={1}>
+ <VuiFlexItem grow={false} shrink={0}>
28
<input id={id} name={groupName} type="radio" checked={checked} onChange={() => onChange(value)} {...rest} />
29
</VuiFlexItem>
30
src/lib/components/modal/_index.scss
@@ -73,7 +73,7 @@ $size: (
73
}
74
75
.vuiModalContent__inner {
76
- padding: $sizeS $sizeM $sizeXxl;
+ padding: 0 $sizeM $sizeL;
77
78
79
// Color
0 commit comments