summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-21 20:16:18 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-21 20:16:18 +0000
commit4c6219d2e61301c40bbcf0d255b8693ac65672f2 (patch)
tree452511f732a52eedcb5b6899f8b1d2254da92f5e
parent79a45f7f02939a1c2fc1f378e43ec9b96630f918 (diff)
parente491dc251f4adbb6a12c5609400867026c520c71 (diff)
downloadgitlab-ce-4c6219d2e61301c40bbcf0d255b8693ac65672f2.tar.gz
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
-rw-r--r--app/views/groups/_home_panel.html.haml2
-rw-r--r--changelogs/unreleased/57894-buttons-on-group-page-are-misaligned.yml5
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