#10875 add mw250px to comment column
This commit is contained in:
parent
564cc9652e
commit
4b4e2b0266
|
@ -2393,6 +2393,14 @@ try {
|
|||
];
|
||||
}
|
||||
|
||||
$user_comment = array_search('user_comment', $fields);
|
||||
if ($user_comment !== false) {
|
||||
$fields[$user_comment] = [
|
||||
'text' => 'user_comment',
|
||||
'class' => 'mw250px',
|
||||
];
|
||||
}
|
||||
|
||||
// Always add options column.
|
||||
$fields = array_merge(
|
||||
$fields,
|
||||
|
|
Loading…
Reference in New Issue