chatwoot/app/javascript/v3
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
..
api feat: Add the frontend support for MFA (#12372) 2025-09-18 21:16:06 +05:30
components chore: UI improvement in auth screens (#12573) 2025-10-03 15:31:58 +05:30
helpers feat: allow SP initiated SAML (#12447) 2025-09-23 18:29:16 +05:30
store feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
views fix: Use gap-4 instead of margins to define space between elements (#12728) 2025-10-24 17:22:44 -07:00
App.vue feat: Add the frontend support for MFA (#12372) 2025-09-18 21:16:06 +05:30