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 17734ae commit a70c17bCopy full SHA for a70c17b
src/components/overrides/TableOfContents.astro
@@ -19,7 +19,7 @@ const showFeedback = Astro.locals.starlightRoute.entry.data.feedback;
19
{tags.map((tag) => (
20
<a
21
href={`/search/?tags=${tag}`}
22
- class="rounded-sm border border-(--sl-color-hairline) px-3 text-nowrap 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