Skip to content

Commit

Permalink
fix(item): only default slot content wraps
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Jan 2, 2024
1 parent 75ffeee commit 8e58efa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/src/components/item/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,7 @@ button, a {
.input-wrapper {
display: flex;

// This flex property is required in order to keep
// the label from shrinking when there are wide
// elements next to it
flex: 1 0 auto;
flex: 1;

flex-direction: inherit;

Expand Down

0 comments on commit 8e58efa

Please sign in to comment.