Skip to content

Commit

Permalink
Merge pull request #149 from ploi-deploy/wrap-comments
Browse files Browse the repository at this point in the history
Wrap comments
  • Loading branch information
Cannonb4ll authored Jul 20, 2022
2 parents e075e7a + c20def3 commit e6dfacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Resources/CommentResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function table(Table $table): Table
{
return $table
->columns([
Tables\Columns\TextColumn::make('content')->searchable(),
Tables\Columns\TextColumn::make('content')->wrap()->searchable(),
Tables\Columns\TextColumn::make('item.title'),
Tables\Columns\TextColumn::make('user.name'),
Tables\Columns\TextColumn::make('created_at')->dateTime()->sortable()->label('Date'),
Expand Down

0 comments on commit e6dfacc

Please sign in to comment.