diff --git a/src/InteractionTrace/InteractionTrace.css b/src/InteractionTrace/InteractionTrace.css
index 4af23759afb25a3263affb991c8ade7b7451b3ab..e2e6e9c62cef7d1ff860a70cc40d28b16aedb4d2 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;
 }