mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
13281-Fix overflow in Defined custom graph widget
This commit is contained in:
parent
02d6dbdcdb
commit
9bc0b4c050
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user