Skip to content

Commit

Permalink
title in work list
Browse files Browse the repository at this point in the history
  • Loading branch information
bastihilger committed Dec 21, 2021
1 parent 3568868 commit da511b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nova/Work.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public function fields(Request $request)

Stack::make('Details', [
Line::make('', function () {
return API::getOriginalName($this->file);
})->asBase(),
return '<div class="whitespace-normal">'.$this->title.'</div>';
})->asHtml(),
]),

Stack::make('Display', [
Expand Down

0 comments on commit da511b9

Please sign in to comment.