Skip to content

Commit

Permalink
regression: FilterByText display (#29536)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Jun 13, 2023
1 parent d34ce15 commit c70cfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/components/FilterByText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const FilterByText = ({ placeholder, onChange: setFilter, inputRef, children, au

return (
<Box mb='x16' mi='neg-x4' is='form' onSubmit={handleFormSubmit} display='flex' flexWrap='wrap' alignItems='center'>
<Box mi='x4'>
<Box mi='x4' display='flex' flexGrow={1}>
<TextInput
placeholder={placeholder ?? t('Search')}
ref={inputRef}
Expand Down

0 comments on commit c70cfe8

Please sign in to comment.