We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8727152 commit 48e09f3Copy full SHA for 48e09f3
src/components/overrides/TableOfContents.astro
@@ -15,11 +15,11 @@ const showFeedback = Astro.locals.starlightRoute.entry.data.feedback;
15
<br />
16
<div>
17
<h2>Tags</h2>
18
- <div class="flex gap-2">
+ <div class="flex flex-wrap gap-2">
19
{tags.map((tag) => (
20
<a
21
href={`/search/?tags=${tag}`}
22
- class="rounded-sm border border-(--sl-color-hairline) px-3 text-black"
+ class="overflow-hidden rounded-sm border border-(--sl-color-hairline) px-3 text-ellipsis whitespace-nowrap text-black"
23
data-tag-serp-link={true}
24
>
25
{tag}
0 commit comments