Skip to content

Commit 73873ba

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2 parents 003f092 + 52f5880 commit 73873ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/InsertEdit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@ private function getHtmlForInsertEditFormColumn(
17801780
$column,
17811781
$columnNameAppendix,
17821782
$specialChars,
1783-
min(max($column->length, 4), $this->config->settings['LimitChars']),
1783+
min(max($column->length * 2, 4), $this->config->settings['LimitChars']),
17841784
$onChangeClause,
17851785
'HEX',
17861786
);

0 commit comments

Comments
 (0)