mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#11503 Fix td comment width
This commit is contained in:
parent
407b4ed076
commit
36ee57ce65
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user