Commit 4c6219d2 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '57894-buttons-on-group-page-are-misaligned' into 'master'

Resolve "Buttons on group page are misaligned"

Closes #57894

See merge request gitlab-org/gitlab-ce!26292
parents 79a45f7f e491dc25
......@@ -47,7 +47,7 @@
%strong= new_subgroup_label
%span= s_("GroupsTree|Create a subgroup in this group.")
- else
= link_to new_project_label, new_project_path(namespace_id: @group.id), class: "btn btn-success"
= link_to new_project_label, new_project_path(namespace_id: @group.id), class: "btn btn-success prepend-top-default"
- if @group.description.present?
.group-home-desc.mt-1
......
---
title: Fix misalignment of group overview page buttons
merge_request: 26292
author:
type: fixed
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