[PR #5650] docs: delete leading and trailing whitespaces in className strings #14386

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

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

State: closed
Merged: Yes


Various parts of the codebase had code like className=" px-1" instead of className="px-1". This PR fixes many of these instances


Summary by cubic

Removed leading and trailing whitespace in className strings across demo and docs components to clean up Tailwind classes and keep styles consistent. No functional or UI changes.

**Original Pull Request:** https://github.com/better-auth/better-auth/pull/5650 **State:** closed **Merged:** Yes --- Various parts of the codebase had code like `className=" px-1"` instead of `className="px-1"`. This PR fixes many of these instances <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removed leading and trailing whitespace in className strings across demo and docs components to clean up Tailwind classes and keep styles consistent. No functional or UI changes. <!-- End of auto-generated description by cubic. -->
GiteaMirror added the pull-request label 2026-04-13 09:26:58 -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#14386