From ac364224fdaa5330e0bc77bca281ed82343324b3 Mon Sep 17 00:00:00 2001 From: 1himan Date: Sun, 18 Jan 2026 11:38:18 +0530 Subject: [PATCH] Doc improvement - Examples using section quirk fix --- doc/_static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;