diff --git a/packages/ui-components/src/style/icon.ts b/packages/ui-components/src/style/icon.ts index 2da268ba6b5f..c891628820a6 100644 --- a/packages/ui-components/src/style/icon.ts +++ b/packages/ui-components/src/style/icon.ts @@ -126,7 +126,9 @@ const containerCSSBreadCrumb: NestedCSSProperties = { // `&` will be substituted for the generated classname (interpolation) $nest: { '&:first-child svg': { - marginLeft: '0px' + bottom: '1px', + marginLeft: '0px', + position: 'relative' }, '&:hover': { backgroundColor: 'var(--jp-layout-color2)'