chg: [auditlog:index] Break text in changed column

pull/93/head
Sami Mokaddem 2022-01-20 14:24:03 +01:00
parent 4c6780c151
commit ef16bc3676
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ echo $this->element('genericElements/IndexTable/index_table', [
'name' => __('Changed'),
'sort' => 'changed',
'data_path' => 'changed',
'element' => 'json'
'element' => 'json',
'class' => 'text-break'
],
],
'title' => __('Logs'),