Skip to content

The same padding (size of space) between Addon.Start and Addon.Body text #2361

Answered by stsrki
sturlath asked this question in Q&A
Discussion options

You must be logged in to vote

You missed the Addons wrapper

<Field ColumnSize="ColumnSize.Is12.OnDesktop">
    <Card>
        <CardTitle Size="5" Margin="Margin.Is3">Title</CardTitle>
        <CardBody>
            <Field Horizontal="true">
                <FieldLabel ColumnSize="ColumnSize.Is1">Test</FieldLabel>
                <FieldBody ColumnSize="ColumnSize.Is11">
+                    <Addons>
                        <Addon AddonType="AddonType.Body">
                            <TextEdit>
                                <Feedback>
                                    <ValidationError />
                                </Feedback>
                            </TextEdit>
                        </Addon>
           …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sturlath
Comment options

@stsrki
Comment options

Answer selected by sturlath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants