summaryrefslogtreecommitdiff
path: root/app/views/projects/project_members
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-09 12:06:35 +0100
committerPhil Hughes <me@iamphill.com>2017-06-20 12:32:52 +0100
commitc1cc700584559034b5334ba8f965324401d5ccec (patch)
tree355c040643097720d97bfb237fb89477632b57b1 /app/views/projects/project_members
parent529eede8498127c969cc823638d0c85567e354e4 (diff)
downloadgitlab-ce-c1cc700584559034b5334ba8f965324401d5ccec.tar.gz
Added limited width container to project settings
Diffstat (limited to 'app/views/projects/project_members')
-rw-r--r--app/views/projects/project_members/_index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/project_members/_index.html.haml b/app/views/projects/project_members/_index.html.haml
index cfae371e169..fa99610c0be 100644
--- a/app/views/projects/project_members/_index.html.haml
+++ b/app/views/projects/project_members/_index.html.haml
@@ -1,5 +1,5 @@
.row.prepend-top-default
- .col-lg-3.settings-sidebar
+ .col-lg-4.settings-sidebar
%h4.prepend-top-0
Project members
- if can?(current_user, :admin_project_member, @project)
@@ -13,7 +13,7 @@
%i Masters
or
%i Owners
- .col-lg-9
+ .col-lg-8
.light
- if can?(current_user, :admin_project_member, @project)
%ul.nav-links.project-member-tabs{ role: 'tablist' }