From d29cc9259f3e338d6cf9ce02e3b22a3e7847e76c Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Wed, 11 Mar 2020 11:20:40 +0100
Subject: [PATCH] New style for examples list

---
 src/styles.scss | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/styles.scss b/src/styles.scss
index 4bb029ae1..11ffd2a86 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -298,6 +298,22 @@ mat-list {
             }
         }
     }
+
+    &#examples-list.mat-list.mat-list-base {
+
+        > .mat-list-item {
+            height: auto;
+            margin-bottom: .5em;
+    
+            > .mat-list-item-content {
+                align-items: start;
+
+                > .mat-icon {
+                    margin-top: -2px;
+                }
+            }
+        }
+    }
 }
 
 table.mat-table {
-- 
GitLab