fix graph legend container on smaller widths

v1.18.x
Andrew Rodrigues 8 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 { .graph-legend {
.box-header-font; .box-header-font;
display: block; display: inline-block;
max-width: 100%;
position: absolute; position: absolute;
top: 2rem; top: 2rem;
left: 7rem; left: 7rem;
@ -158,4 +159,4 @@
.updatePageviewsGraph.active { .updatePageviewsGraph.active {
font-weight: bold; font-weight: bold;
} }
} }

Loading…
Cancel
Save