N°1953 - Dashlet Title alignment not consistent : Left on List, Center on Table/Pie/Chart

This commit is contained in:
acognet
2020-05-13 10:46:15 +02:00
parent 1ca39618e1
commit 1a4ee0f977

View File

@@ -1272,7 +1272,7 @@ abstract class DashletGroupBy extends Dashlet
break;
}
$oPage->add('<div style="text-align:center" class="dashlet-content">');
$oPage->add('<div class="dashlet-content">');
if ($sHtmlTitle != '')
{
$oPage->add('<div class="main_header"><h1>&nbsp;'.$sHtmlTitle.'</h1></div>');