Skip to content

Commit 4fc9253

Browse files
12rambauivanov
authored andcommitted
fix: align all breadcrumb elements (pydata#1619)
1 parent c08af58 commit 4fc9253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydata_sphinx_theme/assets/styles/components/_breadcrumbs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ul.bd-breadcrumbs {
1212

1313
li.breadcrumb-item {
1414
display: flex;
15-
align-items: baseline;
15+
align-items: center;
1616
white-space: nowrap;
1717
flex-shrink: 0;
1818

0 commit comments

Comments
 (0)