diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-12-22 17:18:01 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-12-28 09:40:20 -0600 |
commit | 36d6af4307c0863a43fbdfd291d6b8cd49169ecd (patch) | |
tree | 8664fab26dd862e592fbf3e1ddc5cffcee70bade | |
parent | 6892216f5f65687d4dc53e7e08c649e858fa8ff4 (diff) | |
download | gitlab-ce-36d6af4307c0863a43fbdfd291d6b8cd49169ecd.tar.gz |
allow header buttons to take more than 50% of the screen width
-rw-r--r-- | app/views/projects/branches/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml index 5fd664c7a93..0a84793cd12 100644 --- a/app/views/projects/branches/index.html.haml +++ b/app/views/projects/branches/index.html.haml @@ -3,7 +3,7 @@ = render "projects/commits/head" %div{ class: container_class } - .top-area + .top-area.adjust .nav-text Protected branches can be managed in project settings |