Skip to content

Commit

Permalink
fix(FieldBlock): remove max label width when width stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Dec 13, 2024
1 parent 1e9a770 commit 29140fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Widths = () => {
<TestElement>Contents</TestElement>
</FieldBlock>
<FieldBlock
label="Stretch (affects outer block element) this label is long to validate that this stretches full width as well when width property has value stretch."
label="Stretch (affects outer block element). This label is long to validate that label also stretches full width."
width="stretch"
>
<TestElement>Contents</TestElement>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29140fe

Please sign in to comment.