Fix rendered column widths

[MAILPOET-1568]
This commit is contained in:
Pavel Dohnal
2018-10-30 07:45:41 +01:00
parent f5be4e47e8
commit 1fe7bedf20

View File

@ -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],
);