13449-Fix line-height in widget Module histogram

This commit is contained in:
Pablo Aragon 2024-04-10 16:55:20 +02:00
parent 2749881d30
commit 20e578fae9
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;';