summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-04 14:49:14 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-04 14:49:14 -0700
commit96f1c1f927e744b45260f5d847a8cc26d8775751 (patch)
treebdae1eac647e9369744c5f61046a9e2eceed8c42
parent3571b97effd81f9a84f238f918544c6e5c625b76 (diff)
downloadgitlab-ce-47236-github-import-btn.tar.gz
Fix spacing between github import button and text field47236-github-import-btn
-rw-r--r--app/views/import/github/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/github/new.html.haml b/app/views/import/github/new.html.haml
index c63cf2b31cb..b9ebb1a39d9 100644
--- a/app/views/import/github/new.html.haml
+++ b/app/views/import/github/new.html.haml
@@ -19,7 +19,7 @@
= form_tag personal_access_token_import_github_path, method: :post, class: 'form-inline' do
.form-group
- = text_field_tag :personal_access_token, '', class: 'form-control', placeholder: _('Personal Access Token'), size: 40
+ = text_field_tag :personal_access_token, '', class: 'form-control append-right-8', placeholder: _('Personal Access Token'), size: 40
= submit_tag _('List your GitHub repositories'), class: 'btn btn-success'
- unless github_import_configured?