From 8dc9abd8fb2ef9d9629d2fab0b00154bde83086d Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bastienxs@gmail.com>
Date: Wed, 29 May 2024 09:29:42 +0200
Subject: [PATCH] Revert "fix(UI): center ecogesture content"

This reverts commit c48af14054390a87b03be99202837cdc1db1c753.
---
 .../ecogestureSelectionDetail.scss                          | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss b/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
index 5c88dd3e0..62a291ea8 100644
--- a/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
+++ b/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
@@ -14,9 +14,9 @@
     display: flex;
     gap: 0.5rem;
     flex-direction: column;
-    justify-content: center;
-    align-items: center;
     flex: 1;
+    justify-content: flex-start;
+    align-items: center;
     overflow-y: auto;
 
     .title {
@@ -40,7 +40,6 @@
       text-align: left;
     }
   }
-  
   .buttons {
     margin: 1rem 0;
     display: flex;
@@ -48,7 +47,6 @@
     flex-direction: row;
     justify-content: center;
     width: 100%;
-    
     button.btnSecondary {
       padding: 0.75rem 0.25rem;
       height: 7.375rem;
-- 
GitLab