Skip to content

Commit a70c17b

Browse files
committed
ellipsis
1 parent 17734ae commit a70c17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/TableOfContents.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const showFeedback = Astro.locals.starlightRoute.entry.data.feedback;
1919
{tags.map((tag) => (
2020
<a
2121
href={`/search/?tags=${tag}`}
22-
class="rounded-sm border border-(--sl-color-hairline) px-3 text-nowrap text-black"
22+
class="overflow-hidden rounded-sm border border-(--sl-color-hairline) px-3 text-ellipsis whitespace-nowrap text-black"
2323
data-tag-serp-link={true}
2424
>
2525
{tag}

0 commit comments

Comments
 (0)