From ca47b2178665341c7cb84422a3e4b98488f04b60 Mon Sep 17 00:00:00 2001
From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com>
Date: Wed, 4 Nov 2020 11:40:39 +0100
Subject: [PATCH] fix(search) : fix result structure

---
 src/app/home/home.component.html | 1 +
 src/app/home/home.component.scss | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index 8d8ab36e9..0f2ccf855 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -6,6 +6,7 @@
     (displayMapMarkerId)="setMapMarkerId($event)"
     (selectedMarkerId)="setSelectedMarkerId($event)"
     class="left-pane"
+    fxLayout="column"
   ></app-structure-list>
   <app-map
     [structures]="structures"
diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss
index 68964e3e0..e501173f8 100644
--- a/src/app/home/home.component.scss
+++ b/src/app/home/home.component.scss
@@ -1,7 +1,6 @@
 .left-pane {
   width: 640px;
   min-width: 640px;
-  display: grid;
 }
 .right-pane {
   width: 80%;
-- 
GitLab