From 8a2a61b176d28818924f08b434d98b1a6048f039 Mon Sep 17 00:00:00 2001
From: "Hartung, Michael" <michael.hartung@uni-hamburg.de>
Date: Thu, 20 Oct 2022 17:05:00 +0200
Subject: [PATCH] legend row height to avoid disappearing legend lines

---
 src/stylesheets/styles.scss    | 4 ----
 src/stylesheets/variables.scss | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/stylesheets/styles.scss b/src/stylesheets/styles.scss
index c0a751a1..031c2f50 100644
--- a/src/stylesheets/styles.scss
+++ b/src/stylesheets/styles.scss
@@ -235,10 +235,6 @@
     padding: 0 0;
     line-height: 18px;
   }
-
-  div.legend, tr.list-item {
-    line-height: calc(35px / 2);
-  }
 }
 
 .row > * {
diff --git a/src/stylesheets/variables.scss b/src/stylesheets/variables.scss
index 6c28503c..0e9c2f4e 100644
--- a/src/stylesheets/variables.scss
+++ b/src/stylesheets/variables.scss
@@ -37,7 +37,7 @@ $analysis-tab-header-padding: 1.5rem;
 
 // Settings Legend
 $legend-default-background-color: #143d1f;
-$legend-row-height: 35px;
+$legend-row-height: 40px;
 $legend-circle-size: $legend-row-height;
 $legend-circle-line-height: 28px; // for '...' in middle of circle
 $legend-star-size: 20px;
-- 
GitLab