Skip to content

Commit 17734ae

Browse files
committed
[Docs Site] Sidebar tags wrap
1 parent 5b0ed77 commit 17734ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/overrides/TableOfContents.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ const showFeedback = Astro.locals.starlightRoute.entry.data.feedback;
1515
<br />
1616
<div>
1717
<h2>Tags</h2>
18-
<div class="flex gap-2">
18+
<div class="flex flex-wrap gap-2">
1919
{tags.map((tag) => (
2020
<a
2121
href={`/search/?tags=${tag}`}
22-
class="rounded-sm border border-(--sl-color-hairline) px-3 text-black"
22+
class="rounded-sm border border-(--sl-color-hairline) px-3 text-nowrap text-black"
2323
data-tag-serp-link={true}
2424
>
2525
{tag}

0 commit comments

Comments
 (0)