Fix rendered column widths
[MAILPOET-1568]
This commit is contained in:
@ -5,8 +5,8 @@ class ColumnsHelper {
|
|||||||
static $columns_width = array(
|
static $columns_width = array(
|
||||||
1 => [660],
|
1 => [660],
|
||||||
2 => [330, 330],
|
2 => [330, 330],
|
||||||
"1_2" => [160, 400],
|
"1_2" => [220, 440],
|
||||||
"2_1" => [400, 160],
|
"2_1" => [440, 220],
|
||||||
3 => [220, 220, 220],
|
3 => [220, 220, 220],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user