style(ui): use padding for AuthDivider vertical spacing (#446) #447

Merged
jason.woltje merged 1 commits from fix/446-auth-divider-padding into main 2026-02-22 18:02:45 +00:00
Owner

Summary

  • Switch to on so vertical spacing is internal padding
  • The parent container on the login page was suppressing the top margin via CSS sibling selector, leaving no space above the divider
  • Padding is not affected by utilities — fix is clean and isolated

Fixes #446

Test plan

  • All 93 test files pass (1132 tests)
  • Lint and typecheck clean
  • Code review passed (independent agent review)
  • Visual verification via Playwright after deploy

🤖 Generated with Claude Code

## Summary - Switch to on so vertical spacing is internal padding - The parent container on the login page was suppressing the top margin via CSS sibling selector, leaving no space above the divider - Padding is not affected by utilities — fix is clean and isolated Fixes #446 ## Test plan - [ ] All 93 test files pass (1132 tests) - [ ] Lint and typecheck clean - [ ] Code review passed (independent agent review) - [ ] Visual verification via Playwright after deploy 🤖 Generated with [Claude Code](https://claude.com/claude-code)
jason.woltje added 1 commit 2026-02-22 17:55:52 +00:00
style(ui): use padding for AuthDivider vertical spacing (#446)
All checks were successful
ci/woodpecker/push/orchestrator Pipeline was successful
ci/woodpecker/push/web Pipeline was successful
ci/woodpecker/push/api Pipeline was successful
d7a8ebc4fd
Switch my-8 to py-8 on AuthDivider so vertical spacing is internal
padding, not affected by the parent space-y-0 override on the login
page which was suppressing the top margin.

Fixes #446

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jason.woltje merged commit 9b5c15ca56 into main 2026-02-22 18:02:45 +00:00
jason.woltje deleted branch fix/446-auth-divider-padding 2026-02-22 18:02:46 +00:00
Sign in to join this conversation.