Skip to content

Full width for SSO on old login style

Eduardo Sanz García requested to merge eduardosanz/sso-button-old-style into master

What does this MR do and why?

In the sign up and trial sign up pages, when the new restyle is disabled the SSO buttons are small and without spacing between them.

We correct the size of the buttons to make it consistent with the restyle.

Changelog: changed

Screenshots or screen recordings

Restyle enabled

No changes.

Restyle disabled

Before After
image image
image image

How to set up and validate locally

  1. Disable the restyle: echo "Feature.disable(:restyle_login_page)" | gdk rails console
  2. On an incognito window go to: /users/sign_up
  3. Emulate SaaS and on an incognito window go to:/-/trial_registrations/new

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eduardo Sanz García

Merge request reports