From eb8c1ac6763a4e54a405f61452255c9cd9b66bde Mon Sep 17 00:00:00 2001
From: Baptiste Toulemonde <toulemonde@cines.fr>
Date: Thu, 15 Apr 2021 17:22:56 +0200
Subject: [PATCH] style:fix marge

---
 .../src/app/profile/list-profile/list-profile.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html
index cd1e1e6e8..df5b5fc63 100644
--- a/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html
+++ b/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html
@@ -9,7 +9,7 @@
 
             <vitamui-common-banner [searchbarPlaceholder]="'Recherche un profil par son intitulé'" >
                 <button *ngIf="true" class="btn primary ml-5">
-                    <i class="vitamui-icon vitamui-icon-plus mr-5 "></i>
+                    <i class="vitamui-icon vitamui-icon-plus mr-3 "></i>
                     <span style="align-items: center; margin:auto;">créer un nouveau profil</span>
                 </button>
                 <button class="btn secondary ml-3" (click)="fileInput.click()">
-- 
GitLab