From db931c12be46809677011b81f682543f2c61509a Mon Sep 17 00:00:00 2001 From: Alessandro Date: Mon, 20 Mar 2023 16:24:58 +0100 Subject: [PATCH] fix: prevent expand button to shrink (#1245) --- src/components/tree-item/tree-item.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tree-item/tree-item.styles.ts b/src/components/tree-item/tree-item.styles.ts index 1ed484de..b9ad162a 100644 --- a/src/components/tree-item/tree-item.styles.ts +++ b/src/components/tree-item/tree-item.styles.ts @@ -62,6 +62,7 @@ export default css` padding: var(--sl-spacing-x-small); width: 1rem; height: 1rem; + flex-shrink: 0; cursor: pointer; }