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>';
|
||||
} catch(err) {
|
||||
return '<div '
|
||||
+ '<a class="tagElem" style="background-color: white; color: black;"> ' + label
|
||||
+ '</a>';
|
||||
+ 'style="font-size:8pt;text-align:inherit;padding:2px;">'
|
||||
+ '<a class="tagElem" style="background-color: white; color: black;"> ' + label
|
||||
+ '</a>';
|
||||
+ '</div>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue