8000 Backport PR #15387: fix tooltip display bug · matplotlib/matplotlib@d9ace33 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d9ace33

Browse files
committed
Backport PR #15387: fix tooltip display bug
Merge pull request #15387 from dorafc/fix_tooltip_display_bug DOC: fix tooltip display bug
1 parent 8cfa2aa commit d9ace33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/_static/mpl.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,10 +1103,6 @@ p.caption {
11031103
font-weight: bold;
11041104
}
11051105

1106-
div#gallery.section, div#tutorials.section {
1107-
overflow: hidden;
1108-
}
1109-
11101106
.sphx-glr-multi-img{
11111107
max-width: 99% !important;
11121108
}
@@ -1278,3 +1274,7 @@ div.bullet-box li {
12781274
flex: 0 0 90%;
12791275
}
12801276
}
1277+
1278+
div#gallery.section .sphx-glr-clear:first-of-type, div#tutorials.section .sphx-glr-clear:first-of-type{
1279+
display: none;
1280+
}

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ipython
1313
ipywidgets
1414
numpydoc>=0.8
1515
pillow>=3.4,!=5.4.0
16-
sphinx-gallery>=0.2
16+
sphinx-gallery>=0.5
1717
sphinx-copybutton

0 commit comments

Comments
 (0)
0