iachat/app/javascript/v3/views
Pranav b9864fe1f6
fix: Use gap-4 instead of margins to define space between elements (#12728)
We should avoid using margins to define space between elements, instead
use the gap utility.

The problem with this particular instance was that if Google auth was
turned off and SSO is available, there is a weird spacing at the top
caused by the margin from the SSO element.

This PR will fix that. It also introduces a gap between the divider and
the button, but that should be okay.
2025-10-24 17:22:44 -07:00
..
auth chore: UI improvement in auth screens (#12573) 2025-10-03 15:31:58 +05:30
login fix: Use gap-4 instead of margins to define space between elements (#12728) 2025-10-24 17:22:44 -07:00
onboarding chore: Remove older UI (#11720) 2025-07-01 09:43:44 +05:30
index.js feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
routes.js feat: Add relay state for SAML SSO (#12597) 2025-10-07 20:32:29 +05:30