Skip to content
Snippets Groups Projects

Fix the spacing between trials title and text

Merged Doug Stull requested to merge 500689-fix-spacing into master
All threads resolved!
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -10,7 +10,7 @@
.gl-p-7.gl-rounded-lg.gl-bg-white
= sprite_icon('tanuki-ai', size: 32, css_class: 'gl-pb-3')
%h2.gl-my-0
%h2.gl-mt-0
- if @group_name.present?
= safe_format(s_('DuoEnterpriseTrial|Start your free GitLab Duo Enterprise trial on %{group_name}'), group_name: @group_name)
- else
Loading