From 0fb2fc7cf839104b36992abdca04bfadde1ec26d Mon Sep 17 00:00:00 2001
From: gaelle morin <gmorin.dev@gmail.com>
Date: Sun, 6 Dec 2020 10:24:00 +0100
Subject: [PATCH] fix: create-forms - padding-left added

---
 src/views/admin/page-admin-projects-create.pug | 2 +-
 src/views/admin/page-admin-users-create.pug    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/admin/page-admin-projects-create.pug b/src/views/admin/page-admin-projects-create.pug
index e7fe5454..8d3cbcee 100644
--- a/src/views/admin/page-admin-projects-create.pug
+++ b/src/views/admin/page-admin-projects-create.pug
@@ -29,7 +29,7 @@ div.segment.padding-large.clearfix
     class-customer.name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
 
 		label-name=''
-    class-name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
+    class-name='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading float-left'
 
     label-captain=''
     range-captain=`${endpoints.users || endpoints.get.users}`
diff --git a/src/views/admin/page-admin-users-create.pug b/src/views/admin/page-admin-users-create.pug
index d1bf5774..cec43a46 100644
--- a/src/views/admin/page-admin-users-create.pug
+++ b/src/views/admin/page-admin-users-create.pug
@@ -25,7 +25,7 @@ div.segment.padding-large.clearfix
 
   solid-widget(name='hubl-email-field')
     template
-      div.segment.margin-bottom-medium.lg-half.padding-right-small.text-small.text-semibold.text-uppercase.text-color-heading.float-left
+      div.segment.margin-bottom-medium.lg-half.padding-left-small.text-small.text-semibold.text-uppercase.text-color-heading.float-left
         label(data-trans='user.create.labelEmail')
         input(type="email" label='' data-trans='label=user.create.labelEmail' name="email" required value="\${value}" data-holder)
 
@@ -45,7 +45,7 @@ div.segment.padding-large.clearfix
     loader-id='loader-users-create'
 
     class-user.first_name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
-    class-user.last_name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
+    class-user.last_name='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading float-left'
     class-user.username='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
 
     label-user.first_name=''
-- 
GitLab