Adds 1px of padding to the graph legend scroll div so that a non-table legend does not get an unnecessary scroll bar.
@@ -75,6 +75,7 @@
.graph-legend-scroll {
position: relative;
overflow: auto !important;
+ padding: 1px;
}
.graph-legend-icon {