[PR #8533] docs: sidebar navigation accordion text tracking #16292

Closed
opened 2026-04-13 10:29:09 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/better-auth/better-auth/pull/8533

State: closed
Merged: Yes


The accordion is inheriting wider tracking from the parent div (meant for other buttons with all-caps monospaced titles). This makes the accordion titles/labels look weird. Fixed that by adding tracking-normal class to the section title.

Here's how it looks:
before-after-comparison


Summary by cubic

Fixes the docs sidebar accordion label spacing by overriding inherited wide tracking. Adds tracking-normal to the section title span so text renders with correct letter-spacing and stays consistent with other items.

Written for commit 5e3f62038c. Summary will update on new commits.

**Original Pull Request:** https://github.com/better-auth/better-auth/pull/8533 **State:** closed **Merged:** Yes --- The accordion is inheriting wider tracking from the parent div (meant for other buttons with all-caps monospaced titles). This makes the accordion titles/labels look weird. Fixed that by adding `tracking-normal` class to the section title. Here's how it looks: <img width="3200" height="1790" alt="before-after-comparison" src="https://github.com/user-attachments/assets/9cc4cc3d-0a28-41e4-9e70-592c9b2b667f" /> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixes the docs sidebar accordion label spacing by overriding inherited wide tracking. Adds `tracking-normal` to the section title span so text renders with correct letter-spacing and stays consistent with other items. <sup>Written for commit 5e3f62038cd96ef46f673d439946e60028c01cfb. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
GiteaMirror added the pull-request label 2026-04-13 10:29:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#16292