From 116d404e0de6ce58a1b40f7947651ec9e6a95fc5 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 13 Feb 2024 14:46:42 -0500 Subject: [PATCH] refactor: remove more unused code --- core/src/components/item/item.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/src/components/item/item.scss b/core/src/components/item/item.scss index aa52b7b953e..1a5a6c6d6e8 100644 --- a/core/src/components/item/item.scss +++ b/core/src/components/item/item.scss @@ -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