Skip to content

Commit

Permalink
Fixes #38101 - Align search bar with hosts list on job details page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann committed Dec 13, 2024
1 parent 7a10d39 commit 7eae057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const TargetingHostsPage = ({
}) => (
<div id="targeting_hosts">
<Grid.Row>
<Grid.Col md={6} className="title_filter">
<Grid.Col md={6}>
<SearchBar
onSearch={query => handleSearch(query, statusFilter)}
data={{
Expand Down

0 comments on commit 7eae057

Please sign in to comment.