summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-11 11:48:26 -0500
committerJose <jvargas@gitlab.com>2018-06-11 11:48:26 -0500
commite91e6e890d1aba076451cd9ac81a981fa6adb401 (patch)
tree1970ffb2d44468647167e738f7d31da2b66a2b80
parent75797ac3d2b534a1deda48c8450027055a7c721b (diff)
downloadgitlab-ce-e91e6e890d1aba076451cd9ac81a981fa6adb401.tar.gz
fix styling of the gitlab import page
-rw-r--r--app/views/import/gitlab_projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/gitlab_projects/new.html.haml b/app/views/import/gitlab_projects/new.html.haml
index 2d059e78490..f311ac98ac6 100644
--- a/app/views/import/gitlab_projects/new.html.haml
+++ b/app/views/import/gitlab_projects/new.html.haml
@@ -37,6 +37,6 @@
.form-group
= file_field_tag :file, class: ''
.row
- .form-actions
+ .form-actions.col-sm-12
= submit_tag 'Import project', class: 'btn btn-create'
= link_to 'Cancel', new_project_path, class: 'btn btn-cancel'