Force truncate styling for WAF URI column

This commit is contained in:
root
2026-01-31 00:06:04 +02:00
parent 2d99fa19d8
commit dbf3544d22

View File

@@ -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'))