From 73dfec99001588d711b61e33079b49a7210ff7e1 Mon Sep 17 00:00:00 2001
From: Amine FILALI <amine.filali@xelians.fr>
Date: Thu, 4 Jun 2020 12:15:42 +0200
Subject: [PATCH] [FIX RABB-577] Add space above title

---
 .../src/app/group/group-create/group-create.component.scss      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/ui-frontend/projects/identity/src/app/group/group-create/group-create.component.scss b/ui/ui-frontend/projects/identity/src/app/group/group-create/group-create.component.scss
index 1c97889f..df440c86 100644
--- a/ui/ui-frontend/projects/identity/src/app/group/group-create/group-create.component.scss
+++ b/ui/ui-frontend/projects/identity/src/app/group/group-create/group-create.component.scss
@@ -11,7 +11,7 @@
 h2 {
     font-size: 26px;
     line-height: 46px;
-    margin-top: 0;
+    margin-top: 23px;
     margin-bottom: 0;
 }
 
-- 
GitLab