Skip to content

Commit

Permalink
fix: to wrap the report tile in the table
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkanakam87 committed Sep 5, 2024
1 parent d80db22 commit a3da8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Dashboard/Resources/ReportResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public static function table(Table $table): Table
return $table
->columns([
TextColumn::make('title')
->wrap()
->description(fn (Report $record): string => Str::of($record->evidence)->words(10)),
TextColumn::make('url')
->url(fn (Report $record) => $record->url)
Expand Down

0 comments on commit a3da8b1

Please sign in to comment.