From 787742e3030e2bb5d1d986364374e8bf365b26d3 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 3 Aug 2018 11:51:57 -0700 Subject: Use prepend to add margins to top of table --- app/views/import/bitbucket_server/status.html.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/import/bitbucket_server/status.html.haml b/app/views/import/bitbucket_server/status.html.haml index e8cae582811..3d05a5e696f 100644 --- a/app/views/import/bitbucket_server/status.html.haml +++ b/app/views/import/bitbucket_server/status.html.haml @@ -8,7 +8,6 @@ - if @repos.any? %p.light = _('Select projects you want to import.') - %hr .btn-group - if @incompatible_repos.any? = button_tag class: 'btn btn-import btn-success js-import-all' do @@ -20,9 +19,8 @@ = icon('spinner spin', class: 'loading-icon') .btn-group = link_to('Reconfigure', configure_import_bitbucket_server_path, class: 'btn btn-primary', method: :post) - %p -.table-responsive +.table-responsive.prepend-top-10 %table.table.import-jobs %colgroup.import-jobs-from-col %colgroup.import-jobs-to-col -- cgit v1.2.1