Skip to content

Commit

Permalink
Add width to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Nov 17, 2023
1 parent 067e382 commit 33dda4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export const HorizontalFields = () => {
<ComponentBox>
<Card>
<Flex.Horizontal>
<Field.String label="Label" value="Value" />
<Field.String label="Label" value="Value" />
<Field.String label="Label" value="Value" width="small" />
<Field.String label="Label" value="Value" width="stretch" />
</Flex.Horizontal>
</Card>
</ComponentBox>
Expand Down

0 comments on commit 33dda4f

Please sign in to comment.