Merge branch 'ent-13449-widget-module-histogram-problema-tema-oscuro-y-con-etiqueta' into 'develop'

Ent 13449 widget module histogram problema tema oscuro y con etiqueta

See merge request artica/pandorafms!7169
This commit is contained in:
Jose Martin 2024-04-11 08:35:45 +00:00
commit 286f46aee3
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ class GraphModuleHistogramWidget extends Widget
$style = 'min-width:200px; min-height:100px;';
$output .= '<div class="container-center" style="'.$style.'">';
$output .= '<div style="font-size:'.$size_label.'px;">';
$output .= '<div style="font-size:'.$size_label.'px; line-height:'.($size_label + 5).'px;">';
$output .= $label;
$output .= '</div>';
$style = 'min-width:200px; width:'.($size['width'] + 15).'px;';