diff --git a/doc/_static/style.css b/doc/_static/style.css index 16b96ae6c11..ec57511c1c0 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -146,6 +146,12 @@ p.sphx-glr-signature { margin: 0; padding: 0; } +/* this fixes the "Examples using " quirk */ +p.rubric { + flex-direction: row; + gap: 4px; +} + /* script/notebook download buttons */ .sphx-glr-download a.download { border-radius: 0.5rem;