Skip to content

Commit

Permalink
Fix responsive behavior of fixed timestamp clearing button
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavid98 committed Nov 18, 2021
1 parent bf74f5e commit fcfe621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TimestampPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,10 @@ export const TimestampPicker: FC<PropTypes> = ({
isClearable
isDisabled={fixedTimestamp}
/>
<div className="d-block d-xl-none mt-2">{children}</div>
</FormGroup>
</Col>
<Col xs="auto" className="d-flex flex-row align-items-end">
<Col xs="auto" className="d-none d-xl-flex flex-row align-items-end">
{children}
</Col>
</Row>
Expand Down

0 comments on commit fcfe621

Please sign in to comment.