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