avoid icon overlap report view lsit
This commit is contained in:
parent
53f6649a57
commit
8c0bfd72a8
|
@ -787,6 +787,9 @@ switch ($action) {
|
|||
$table->headstyle['csv'] = 'min-width: 65px;';
|
||||
$table->style[7] = 'text-align: center;';
|
||||
|
||||
$table->headstyle[9] = 'min-width: 100px;';
|
||||
$table->style[9] = 'text-align: center;';
|
||||
|
||||
$next = 4;
|
||||
// Calculate dinamically the number of the column.
|
||||
if (enterprise_hook('load_custom_reporting_1') !== ENTERPRISE_NOT_HOOK) {
|
||||
|
|
Loading…
Reference in New Issue