mirror of https://github.com/MISP/misp-dashboard
UI: Added margin for items in legends
parent
3d1d4c29ca
commit
ec3ec66fa7
|
@ -92,8 +92,10 @@ function legendFormatter(label, series) {
|
||||||
+ '</div>';
|
+ '</div>';
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
return '<div '
|
return '<div '
|
||||||
+ '<a class="tagElem" style="background-color: white; color: black;"> ' + label
|
+ 'style="font-size:8pt;text-align:inherit;padding:2px;">'
|
||||||
+ '</a>';
|
+ '<a class="tagElem" style="background-color: white; color: black;"> ' + label
|
||||||
|
+ '</a>';
|
||||||
|
+ '</div>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue