mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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;
|
break;
|
||||||
|
|
||||||
case CUSTOM_GRAPH_VBARS:
|
case CUSTOM_GRAPH_VBARS:
|
||||||
$style = 'padding: 10px;';
|
|
||||||
$height = $size['height'];
|
$height = $size['height'];
|
||||||
$output = '<div class="container-center" style="'.$style.'">';
|
$output = '<div class="container-center">';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CUSTOM_GRAPH_GAUGE:
|
case CUSTOM_GRAPH_GAUGE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user