fix graph legend container on smaller widths

v1.18.x
Andrew Rodrigues 7 years ago committed by GitHub
parent 7da2e54980
commit 8a220b944e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}
}
}

Loading…
Cancel
Save