diff options
-rw-r--r-- | app/views/groups/_home_panel.html.haml | 2 | ||||
-rw-r--r-- | changelogs/unreleased/57894-buttons-on-group-page-are-misaligned.yml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/groups/_home_panel.html.haml b/app/views/groups/_home_panel.html.haml index dbd01c3c61a..4daf3683eaf 100644 --- a/app/views/groups/_home_panel.html.haml +++ b/app/views/groups/_home_panel.html.haml @@ -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 diff --git a/changelogs/unreleased/57894-buttons-on-group-page-are-misaligned.yml b/changelogs/unreleased/57894-buttons-on-group-page-are-misaligned.yml new file mode 100644 index 00000000000..ca0f529df6c --- /dev/null +++ b/changelogs/unreleased/57894-buttons-on-group-page-are-misaligned.yml @@ -0,0 +1,5 @@ +--- +title: Fix misalignment of group overview page buttons +merge_request: 26292 +author: +type: fixed |