Fix oversized trial registration reassurance logos in Safari
requested to merge 345198-trial-signup-with-reassurance-company-logos-are-oversized-in-safari into master
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 |
---|---|
How to set up and validate locally
- Ensure billing plans & trials are enabled
- Enable the
:trial_registration_with_reassurance
experiment - Make sure you are logged out
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #345198 (closed)
Edited by Dallas Reedy