From ecf26b894787b0b7d74480c15ed82170b7f01813 Mon Sep 17 00:00:00 2001 From: Metalaka Date: Tue, 7 Jul 2015 21:07:39 +0200 Subject: [PATCH] Fix Transfer project input width. --- app/views/projects/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml index 3fecd25c324..7ef42ac0f8c 100644 --- a/app/views/projects/edit.html.haml +++ b/app/views/projects/edit.html.haml @@ -176,7 +176,7 @@ .form-group = label_tag :new_namespace_id, nil, class: 'control-label' do %span Namespace - .col-sm-10 + .col-sm-9 .form-group = select_tag :new_namespace_id, namespaces_options(@project.namespace_id), { prompt: 'Choose a project namespace', class: 'select2' } %ul -- GitLab