Merge pull request #1230 from pi-hole/fix/long_doghnout_legends

Allow too long legend lines to break
This commit is contained in:
Dan Schaper
2020-04-28 11:50:39 -07:00
committed by GitHub
+1
View File
@@ -237,6 +237,7 @@
.chart-legend li {
cursor: pointer;
word-break: break-all;
}
.chart-legend li span {