diff options
author | Metalaka <matthieu.de.laubrie@gmail.com> | 2015-07-07 21:07:39 +0200 |
---|---|---|
committer | Metalaka <matthieu.de.laubrie@gmail.com> | 2015-07-07 22:14:49 +0200 |
commit | ecf26b894787b0b7d74480c15ed82170b7f01813 (patch) | |
tree | ff0b0ef7e0cac0a2d2422cb9f82a2761b87cf05f | |
parent | d8c9d948178e15a9eb426a60aa803e2f628d5350 (diff) | |
download | gitlab-ce-ecf26b894787b0b7d74480c15ed82170b7f01813.tar.gz |
Fix Transfer project input width.
-rw-r--r-- | app/views/projects/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |