13281-Fix overflow in Defined custom graph widget

This commit is contained in:
Pablo Aragon 2024-04-02 11:41:47 +02:00
parent 02d6dbdcdb
commit 9bc0b4c050
1 changed files with 1 additions and 2 deletions

View File

@ -504,9 +504,8 @@ class CustomGraphWidget extends Widget
break;
case CUSTOM_GRAPH_VBARS:
$style = 'padding: 10px;';
$height = $size['height'];
$output = '<div class="container-center" style="'.$style.'">';
$output = '<div class="container-center">';
break;
case CUSTOM_GRAPH_GAUGE: