Fix misalignment of group overview page buttons

This commit is contained in:
Dennis Tang 2019-03-20 20:18:43 +00:00
parent fbc49fa332
commit e491dc251f
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Fix misalignment of group overview page buttons
merge_request: 26292
author:
type: fixed