Skip to content

Commit

Permalink
fix: info tooltip issue on overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
jajjibhai008 committed Mar 26, 2024
1 parent f6df0a0 commit b3d0b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Admin/AdminSearchForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class AdminSearchForm extends React.Component {
</div>
<div className="col-12 col-md-3 px-0 pr-0 px-md-2 px-lg-3">
<Form.Group>
<Form.Label className="search-label mb-2">
Filter by start date
<Form.Label className="search-label mb-2 d-flex align-items-center">
<span className="align-middle">Filter by start date</span>
<IconWithTooltip
icon={Info}
altText="More information"
Expand Down

0 comments on commit b3d0b16

Please sign in to comment.