From 14252f0ed99353e460b624d345ddde39055555cf Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 9 Sep 2016 11:43:37 -0500 Subject: Fix new project button alignment --- app/views/groups/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/groups') diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 53ed4fa991d..31db6ee0cad 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -23,7 +23,7 @@ .cover-desc.description = markdown(@group.description, pipeline: :description) -%div{ class: container_class } +%div.groups-header{ class: container_class } .top-area %ul.nav-links %li.active -- cgit v1.2.1