Skip to content

Commit 296d30d

Browse files
committed
Assistant checkpoint: Made last_n input box narrower
Assistant generated file changes: - dashboard/components.py: Adjust last_n input width --- User prompt: can we have the last n input box be like half as wide as the search input box Replit-Commit-Author: Assistant Replit-Commit-Session-Id: 9677020a-575d-424e-9086-de3504a6089b
1 parent 4f89c21 commit 296d30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def _create_last_n_form(batch_name):
216216
value=state.last_n.get(batch_name,"30n"),
217217
pattern="^\d+[nNhmd]$",
218218
title="Use format: 30n (observations), 24h (hours), 45m (minutes), 7d (days)",
219-
cls="uk-input uk-form-small uk-form-width-small",
219+
cls="uk-input uk-form-small rounded-md border-gray-200 w-full md:w-[110px]",
220220
uk_tooltip="Filter by last N observations or time period (e.g., 30n, 24h, 45m, 7d)",
221221
),
222222
cls="space-x-2",

0 commit comments

Comments
 (0)