Allow too long legend lines to break

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-04-28 18:41:14 +00:00
parent 527c2f114b
commit 2ead771a86

View File

@@ -237,6 +237,7 @@
.chart-legend li {
cursor: pointer;
word-break: break-all;
}
.chart-legend li span {