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 83d35b0 commit 5c73836Copy full SHA for 5c73836
docs/components/radio-buttons.md
@@ -20,10 +20,10 @@ const radioValue = ref(null)
20
`m-radio` component can be used on its own, but we strongly recommend you use radios
21
in pair with `m-radio-group`, that creates default radio buttons single choice behavior
22
23
-<ExampleWrapper vertical>
+<ExampleWrapper vertical gap="0">
24
<m-radio-group v-model="radioValue">
25
<m-radio value="1" text="option 1"/>
26
- <m-radio style="margin-top: -12px" value="2" text="option 2"/>
+ <m-radio value="2" text="option 2"/>
27
</m-radio-group>
28
</ExampleWrapper>
29
0 commit comments