From 80d90d70052e9ec8e272f49be9247234b117886e Mon Sep 17 00:00:00 2001 From: flavien Date: Tue, 29 Oct 2024 14:34:13 +0100 Subject: [PATCH] Fix --- docs/data/tree-view/tree-item-customization/ContentSlot.js | 1 - docs/data/tree-view/tree-item-customization/ContentSlot.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/data/tree-view/tree-item-customization/ContentSlot.js b/docs/data/tree-view/tree-item-customization/ContentSlot.js index 4481bf1567ae..abb0eebed644 100644 --- a/docs/data/tree-view/tree-item-customization/ContentSlot.js +++ b/docs/data/tree-view/tree-item-customization/ContentSlot.js @@ -10,7 +10,6 @@ const CustomContent = styled('div')(({ theme }) => ({ padding: theme.spacing(0.5, 1), paddingLeft: `calc(${theme.spacing(1)} + var(--TreeView-itemChildrenIndentation) * var(--TreeView-itemDepth))`, borderRadius: theme.shape.borderRadius, - width: '100%', border: '1px solid', display: 'flex', '&:hover': { diff --git a/docs/data/tree-view/tree-item-customization/ContentSlot.tsx b/docs/data/tree-view/tree-item-customization/ContentSlot.tsx index f28449ab4563..f1cac761d23e 100644 --- a/docs/data/tree-view/tree-item-customization/ContentSlot.tsx +++ b/docs/data/tree-view/tree-item-customization/ContentSlot.tsx @@ -10,7 +10,6 @@ const CustomContent = styled('div')(({ theme }) => ({ padding: theme.spacing(0.5, 1), paddingLeft: `calc(${theme.spacing(1)} + var(--TreeView-itemChildrenIndentation) * var(--TreeView-itemDepth))`, borderRadius: theme.shape.borderRadius, - width: '100%', border: '1px solid', display: 'flex', '&:hover': {