Skip to content

Commit

Permalink
Merge branch 'develop' into new-action-to-publish-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Jun 13, 2023
2 parents 34cf790 + c70cfe8 commit edf7b97
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 edf7b97

Please sign in to comment.