From 03729a2a9353a29904541af6288ed9370a817792 Mon Sep 17 00:00:00 2001 From: Srija Talamarla <104826412+Srijatalamarla@users.noreply.github.com> Date: Wed, 29 Oct 2025 21:53:54 +0530 Subject: [PATCH] Refix: Home icon alignment in breadcrumbs --- src/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 52d81095..98c034dc 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1602,7 +1602,7 @@ a { /* ================= MISCELLANEOUS ================= */ /* Fix Home icon alignment with text in breadcrumbs [Docs] */ -.theme-doc-breadcrumbs a.breadcrumbs__link>svg.breadcrumbHomeIcon_YNFT { +.theme-doc-breadcrumbs a.breadcrumbs__link > svg { display: inline-block; } @@ -1792,4 +1792,4 @@ html[data-theme="light"] [data-slot="card-header"].bg-gradient-to-br { .blog-page .margin-bottom--xl { margin-bottom: 0rem !important; -} \ No newline at end of file +}