Skip to content

Commit 07f141e

Browse files
Fix: Home icon alignment with text in Docs Breadcrumbs
1 parent 8f70b75 commit 07f141e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,3 +1449,8 @@ a {
14491449
}
14501450
}
14511451

1452+
/* ================= MISCELLANEOUS ================= */
1453+
/* Fix Home icon alignment with text in breadcrumbs [Docs] */
1454+
.theme-doc-breadcrumbs a.breadcrumbs__link > svg.breadcrumbHomeIcon_YNFT {
1455+
display: inline-block;
1456+
}

0 commit comments

Comments
 (0)