Skip to content

Commit

Permalink
fix: bring search btn closer to filter input
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Aug 26, 2024
1 parent dde8bf2 commit 7fa76f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Recordings/Filters/DatetimeFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const DateTimeFilter: React.FC<DateTimeFilterProps> = ({ onSubmit }) => {
);

return (
<Flex>
<Flex spaceItems={{ default: 'spaceItemsSm' }}>
<Flex alignSelf={{ default: 'alignSelfFlexStart' }}>
<FlexItem spacer={{ default: 'spacerNone' }}>
<Popover
Expand Down

0 comments on commit 7fa76f1

Please sign in to comment.