diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-09 21:09:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-09 21:09:33 +0000 |
commit | 4f288fdc9299a1951232a05593fcfd942c11b61f (patch) | |
tree | cb7890c27296e605f5beb64c10ef38e824702559 /app/views/groups/labels/index.html.haml | |
parent | f67f18d9492786e635e942beefa63d41f4c35765 (diff) | |
download | gitlab-ce-4f288fdc9299a1951232a05593fcfd942c11b61f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/groups/labels/index.html.haml')
-rw-r--r-- | app/views/groups/labels/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/labels/index.html.haml b/app/views/groups/labels/index.html.haml index ec6694672ae..b9986f921cb 100644 --- a/app/views/groups/labels/index.html.haml +++ b/app/views/groups/labels/index.html.haml @@ -8,7 +8,7 @@ #promote-label-modal = render 'shared/labels/nav', labels_or_filters: labels_or_filters, can_admin_label: can_admin_label - .labels-container.prepend-top-5 + .labels-container.gl-mt-2 - if @labels.any? .text-muted = _('Labels can be applied to %{features}. Group labels are available for any project within the group.') % { features: issuable_types.to_sentence } |