Skip to content

Commit

Permalink
Improve admin page for idea
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 10, 2024
1 parent 665c39b commit 7c93083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Orchid/Screens/Idea/ListScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ private function getIdeaRequestsTableColumns(): array
.Link::make()->class('hidden')
->route('platform.idea.request', $ideaRequest->id)
->stretched())
->width(400),
->width(350),

TD::make('city', 'Город')
->width(120)
->width(200)
->align(TD::ALIGN_RIGHT),

TD::make('key', 'Статус')
Expand Down

0 comments on commit 7c93083

Please sign in to comment.