mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
13449-Fix line-height in widget Module histogram
This commit is contained in:
parent
2749881d30
commit
20e578fae9
@ -455,7 +455,7 @@ class GraphModuleHistogramWidget extends Widget
|
|||||||
|
|
||||||
$style = 'min-width:200px; min-height:100px;';
|
$style = 'min-width:200px; min-height:100px;';
|
||||||
$output .= '<div class="container-center" style="'.$style.'">';
|
$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 .= $label;
|
||||||
$output .= '</div>';
|
$output .= '</div>';
|
||||||
$style = 'min-width:200px; width:'.($size['width'] + 15).'px;';
|
$style = 'min-width:200px; width:'.($size['width'] + 15).'px;';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user