Commit e5881afe authored by Alper Akgun's avatar Alper Akgun

Merge branch...

Merge branch '345198-trial-signup-with-reassurance-company-logos-are-oversized-in-safari' into 'master'

Fix oversized trial registration reassurance logos in Safari

See merge request gitlab-org/gitlab!74151
parents ef7aafde 2f37ca97
......@@ -15,4 +15,4 @@
%ul.gl-display-flex.gl-flex-wrap.gl-pl-0.gl-font-sm.gl-font-weight-bold
- reassurance_orgs.each do |org|
%li.gl-display-flex.gl-align-items-center.gl-min-w-8.gl-h-8.gl-mr-7{ class: org.opacity_css_class }
= image_tag org.logo_image_path, alt: org.image_alt_text, title: org.name
= image_tag org.logo_image_path, alt: org.image_alt_text, title: org.name, class: 'gl-max-w-full'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment