summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-09-21 11:37:51 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-09-21 11:37:51 +0000
commitfb7927db2a38593dae9d50b4979a59cf10256aea (patch)
treea0823af9d3e69ec194ff72678ae4dfe7f63d0531 /app/views/groups
parent870324b5c02cd77b498857bb12007f7c7ab37a01 (diff)
parent14252f0ed99353e460b624d345ddde39055555cf (diff)
downloadgitlab-ce-fb7927db2a38593dae9d50b4979a59cf10256aea.tar.gz
Merge branch '20310-new-project-btn' into 'master'
Fix new project button alignment ## What does this MR do? Increases the width of the button/search container to fit all items at smaller screen width. The left side of the row can only have a max of two tabs (All Projects, Shared Projects), so everything can still fit on one line until they resize for mobile ## Why was this MR needed? The `New project` button wrapped to next line at smaller screen width, breaking the layout ## Screenshots (if relevant) ![Screen_Shot_2016-09-09_at_11.44.27_AM](/uploads/a726208deec6623d9fb62db0a549bf38/Screen_Shot_2016-09-09_at_11.44.27_AM.png) ![Screen_Shot_2016-09-09_at_11.46.29_AM](/uploads/bd8dc911757b14c5fafc4d3849e0b242/Screen_Shot_2016-09-09_at_11.46.29_AM.png) ## What are the relevant issue numbers? Closes #20310 See merge request !6286
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/show.html.haml2
1 files changed, 1 insertions, 1 deletions
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