Skip to content

Commit

Permalink
aligned the date filter box to other widgets
Browse files Browse the repository at this point in the history
Signed-off-by: Med16-11 <[email protected]>
  • Loading branch information
Med16-11 committed Jul 18, 2023
1 parent 9be0d4d commit 55f3610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Runs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function Runs() {
type="date"
size="small"
margin="dense"
style={{ margin: "10px", paddingTop: "16px" }}
style={{ margin: "10px"}}
onChange={onDateChange}
defaultValue={state.date}
/>
Expand Down

0 comments on commit 55f3610

Please sign in to comment.