Skip to content

Commit

Permalink
adjust input margin
Browse files Browse the repository at this point in the history
  • Loading branch information
arrested-developer committed Oct 4, 2019
1 parent 9cc6604 commit d82a9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Admin/Users/ListWithFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ListWithFilter({ dataSource, renderItem, ...props }) {
allowClear
value={searchText}
onChange={e => setSearchText(e.target.value)}
style={{ marginTop: '1rem' }}
style={{ marginBottom: '1rem' }}
/>
<List dataSource={filteredSource} renderItem={renderItem} {...props} />
</div>
Expand Down

0 comments on commit d82a9a7

Please sign in to comment.