Skip to content

Commit 8879dbb

Browse files
committed
remove cruft; rebase fixup
1 parent 2bd07bc commit 8879dbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ul.bd-breadcrumbs {
1313
li.breadcrumb-item {
1414
display: flex;
1515
align-items: center;
16+
white-space: nowrap;
17+
flex-shrink: 0;
1618

1719
&.active {
1820
flex-shrink: 1;

src/pydata_sphinx_theme/assets/styles/sections/_header-article.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.header-article__inner {
2-
// display: flex;
32
padding: 0 0.5rem;
43

54
// The items define the height so that it disappears if there are no items
@@ -10,7 +9,6 @@
109

1110
.header-article-items__start,
1211
.header-article-items__end {
13-
// display: flex;
1412
align-items: start;
1513
gap: 0.5rem;
1614
}

0 commit comments

Comments
 (0)