Skip to content

Commit 7c93083

Browse files
committed
Improve admin page for idea
1 parent 665c39b commit 7c93083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Orchid/Screens/Idea/ListScreen.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ private function getIdeaRequestsTableColumns(): array
139139
.Link::make()->class('hidden')
140140
->route('platform.idea.request', $ideaRequest->id)
141141
->stretched())
142-
->width(400),
142+
->width(350),
143143

144144
TD::make('city', 'Город')
145-
->width(120)
145+
->width(200)
146146
->align(TD::ALIGN_RIGHT),
147147

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

0 commit comments

Comments
 (0)