Skip to content

Fix oversized trial registration reassurance logos in Safari

What does this MR do and why?

Uses a max-width: 100% to fix the SVG company logos when rendered in Safari.

The logo SVGs were already rendering fine in Chrome and Microsoft Edge, and they continue to render correctly in those browsers after this change.

Screenshots or screen recordings

Before After
Screen_Shot_2021-11-09_at_8.07.51_PM image

How to set up and validate locally

  1. Ensure billing plans & trials are enabled
  2. Enable the :trial_registration_with_reassurance experiment
  3. Make sure you are logged out
  4. Navigate to the trial registration page: http://localhost:3000/-/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.

Related to #345198 (closed)

Edited by Dallas Reedy

Merge request reports