Skip to content
Snippets Groups Projects
Commit 33ceab30 authored by Dorian Goepp's avatar Dorian Goepp
Browse files

min height of the trace reduced to 400px

parent 461a2c95
Branches
No related tags found
No related merge requests found
.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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment