Skip to content

Commit c35d16e

Browse files
committed
the dubious change that makes ellipsis actually work
1 parent 5e6d15b commit c35d16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.header-article__inner {
2-
display: flex;
2+
// display: flex;
33
padding: 0 0.5rem;
44

55
// The items define the height so that it disappears if there are no items
@@ -10,7 +10,7 @@
1010

1111
.header-article-items__start,
1212
.header-article-items__end {
13-
display: flex;
13+
// display: flex;
1414
align-items: start;
1515
gap: 0.5rem;
1616
}

0 commit comments

Comments
 (0)