summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-11-27 15:37:15 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-11-27 15:37:15 +0000
commit8f1355b7823992faeb46df710619378f22a4413c (patch)
treed83696d32c4cf7f4e40fe13360fc807d133f585a
parent1cd570cf77b79f37f30ef3ccd399c337056aa236 (diff)
downloadgitlab-ce-8f1355b7823992faeb46df710619378f22a4413c.tar.gz
Fix top padding for new project form when error message is present
-rw-r--r--app/views/projects/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index eede8704564..10e3b01096a 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -4,10 +4,10 @@
- header_title "Projects", dashboard_projects_path
- active_tab = local_assigns.fetch(:active_tab, 'blank')
-.project-edit-container
+.project-edit-container.prepend-top-default
.project-edit-errors
= render 'projects/errors'
- .row.prepend-top-default
+ .row
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
= _('New project')