Commit c1af21fb authored by David O'Regan's avatar David O'Regan

Merge branch 'yo-master-patch-83662' into 'master'

Add space after an icon in metrics button

See merge request gitlab-org/gitlab!51043
parents 00374b62 7441e75b
......@@ -3,5 +3,5 @@
- return unless can?(current_user, :read_environment, environment)
= link_to environment_metrics_path(environment), title: _('See metrics'), class: 'gl-button btn metrics-button' do
= sprite_icon('chart')
= sprite_icon('chart', css_class: 'gl-mr-2')
= _("Monitoring")
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