fix graph legend container on smaller widths

This commit is contained in:
Andrew Rodrigues
2018-03-14 16:28:42 -04:00
committed by GitHub
parent 7da2e54980
commit 8a220b944e

View File

@@ -53,7 +53,8 @@
.graph-legend {
.box-header-font;
display: block;
display: inline-block;
max-width: 100%;
position: absolute;
top: 2rem;
left: 7rem;
@@ -158,4 +159,4 @@
.updatePageviewsGraph.active {
font-weight: bold;
}
}
}