Skip to content

Commit 56e2b3d

Browse files
committed
fix: set max-width of search bar to 450px to provide padding
1 parent 9b6c847 commit 56e2b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets/workflow_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def render_search_bar_with_redirect(
158158
search_filters: SearchFilters,
159159
key: str = "global_search_query",
160160
id: str = "global_search_bar",
161-
max_width: str = "500px",
161+
max_width: str = "450px",
162162
):
163163
from routers.root import explore_page
164164

0 commit comments

Comments
 (0)