Skip to content

Commit

Permalink
fix: content without ion-label wrapps too
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Jan 10, 2024
1 parent 19123bb commit 199a1ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/components/item/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,12 @@ button, a {

flex-direction: inherit;

// Flex wrap is required here in order to wrap
// content in the default slot (such as text
// and a button) that doesn't fit on the same line
// when not using ion-label
flex-wrap: wrap;

align-items: inherit;
align-self: stretch;

Expand Down

0 comments on commit 199a1ce

Please sign in to comment.