From c552328617202bd1225abd3e84fc7f4a4b79e4fa Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Thu, 12 Apr 2018 15:11:22 -0500 Subject: [skip ci] .form-horizontal => .form-group.row --- app/views/shared/_import_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/shared/_import_form.html.haml') diff --git a/app/views/shared/_import_form.html.haml b/app/views/shared/_import_form.html.haml index 3806ead6c87..b297374c6c4 100644 --- a/app/views/shared/_import_form.html.haml +++ b/app/views/shared/_import_form.html.haml @@ -1,6 +1,6 @@ - ci_cd_only = local_assigns.fetch(:ci_cd_only, false) -.form-group.import-url-data +.form-group.row.import-url-data = f.label :import_url, class: 'label-light' do %span = _('Git repository URL') -- cgit v1.2.1