Skip to content

Commit

Permalink
fixes jupyterlab#7575: centered v alignment of breadcrumbs home icon
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Jan 3, 2020
1 parent 28ade79 commit 0fbdc54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ui-components/src/style/icon.ts
Expand Up @@ -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)'
Expand Down

0 comments on commit 0fbdc54

Please sign in to comment.