Skip to content

Commit

Permalink
refactor: remove more unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Feb 13, 2024
1 parent 6e27b4c commit 116d404
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions core/src/components/item/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -372,18 +372,6 @@ button, a {

::slotted(ion-label:not([slot="end"])) {
flex: 1;

// Setting width to min-content allows the label to
// shrink and wrap its text instead of moving to its
// own row if there are slotted elements next to it
width: min-content;

/**
* We allow labels in the default
* slot to grow. However, we do not
* want them to grow indefinitely.
*/
max-width: 100%;
}

// Item Input
Expand Down

0 comments on commit 116d404

Please sign in to comment.