Fixed minor visual bug - #3707

Former-commit-id: 963b3e5385bddb1726d87c57d6ee24c5ad437d1b
This commit is contained in:
Tatiana Llorente 2019-04-08 11:31:27 +02:00
parent 3da2f267a2
commit 41ea1a4c66
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ $table->head[4] = __('Op.');
$table->style = [];
$table->style[0] = 'font-weight: bold';
$table->size = [];
$table->size[4] = '60px';
$table->size[4] = '85px';
$table->align = [];
$table->align[1] = 'left';
$table->align[4] = 'left';