Commit 065fb420 authored by Dallas Reedy's avatar Dallas Reedy

XP: Fix display of SVG illustration in Firefox

For the `promote_mr_approvals_in_free` experiment
parent ac9655a2
......@@ -46,7 +46,7 @@ export default {
s__('ApprovalRule|Try it for free')
}}</gl-button>
</div>
<div class="gl-flex-grow-0 gl-max-w-26 gl-display-none gl-md-display-block">
<div class="gl-flex-grow-0 gl-w-full gl-max-w-26 gl-display-none gl-md-display-block">
<img :src="promoImagePath" :alt="promoImageAlt" class="svg gl-w-full" />
</div>
</div>
......
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