Skip to content
Snippets Groups Projects
Commit 443cc9a8 authored by rhenck's avatar rhenck
Browse files

Remove default margin on radio-button-group-complex

#452
parent bde8021c
No related branches found
No related tags found
No related merge requests found
Pipeline #49305 passed
......@@ -38,7 +38,6 @@ export class RadioButtonGroupComplexElement extends InputElement
...element?.dimensions
});
this.position = PropertyGroupGenerators.generatePositionProps({
marginBottom: { value: 40, unit: 'px' },
...element?.position
});
this.styling = PropertyGroupGenerators.generateBasicStyleProps(element?.styling);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment