#11503 Fix td comment width

This commit is contained in:
miguel angel rasteu 2023-06-21 10:43:28 +02:00
parent 407b4ed076
commit 36ee57ce65
1 changed files with 8 additions and 0 deletions

View File

@ -2393,6 +2393,14 @@ try {
];
}
$comment_id = array_search('user_comment', $fields);
if ($comment_id !== false) {
$fields[$comment_id] = [
'text' => 'user_comment',
'class' => 'w180px',
];
}
// Always add options column.
$fields = array_merge(
$fields,