app/frontend/good_job/style.css in good_job-4.4.1 vs app/frontend/good_job/style.css in good_job-4.4.2
- old
+ new
@@ -22,9 +22,22 @@
.chart-wrapper {
position: relative;
height: 200px;
}
+.legend-item-color-box {
+ display: inline-block;
+ flex-shrink: 0;
+ height: 20px;
+ width: 20px;
+ border-style: solid;
+ margin-right: 3px;
+}
+
+#chart-legend-container {
+ height: 200px;
+}
+
/* Break out of a container */
.break-out {
width:100vw;
position:relative;
left:calc(-1 * (100vw - 100%)/2);