From 33ceab30e558c09d1f43edc207a8edaabd3a7eb9 Mon Sep 17 00:00:00 2001 From: Dorian Goepp <dorian.goepp@gmail.com> Date: Fri, 5 Apr 2019 10:02:18 +0200 Subject: [PATCH] min height of the trace reduced to 400px --- src/InteractionTrace/InteractionTrace.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/InteractionTrace/InteractionTrace.css b/src/InteractionTrace/InteractionTrace.css index 4af2375..e2e6e9c 100644 --- a/src/InteractionTrace/InteractionTrace.css +++ b/src/InteractionTrace/InteractionTrace.css @@ -1,5 +1,5 @@ .interaction-trace{ - min-height: 600px; + min-height: 400px; } /* Style the lines by removing the fill and applying a stroke */ @@ -27,7 +27,6 @@ .interaction-trace line.boredom-limit { stroke: #d16565; stroke-width: 2; - /* stroke-dasharray: 15 5; */ stroke-dasharray: 2 3; } @@ -49,7 +48,7 @@ stroke: #fff; } -.interaction-trace path.intended { +.interaction-trace .intended { stroke-dasharray: 2 3; } -- GitLab