Force truncate styling for WAF URI column
This commit is contained in:
@@ -578,7 +578,8 @@ class Waf extends Page implements HasForms, HasTable
|
||||
}
|
||||
return $uri !== '' ? $uri : $host;
|
||||
})
|
||||
->extraAttributes(['class' => 'truncate max-w-[260px]'])
|
||||
->extraAttributes(['class' => 'max-w-[240px] truncate'])
|
||||
->wrap(false)
|
||||
->searchable(),
|
||||
TextColumn::make('remote_ip')
|
||||
->label(__('Source IP'))
|
||||
|
||||
Reference in New Issue
Block a user