From ba65ce8793f1849c441fb5dc8bd6e1a204267f42 Mon Sep 17 00:00:00 2001 From: telamonian Date: Thu, 2 Jan 2020 16:48:28 -0500 Subject: [PATCH] fixes #7575: centered v alignment of breadcrumbs home icon --- packages/ui-components/src/style/icon.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)'