Skip to content

Commit

Permalink
Merge pull request #30 from Med16-11/datefilterbox
Browse files Browse the repository at this point in the history
pages/Runs/index.tsx: fixed date filter box alignment
Reviewed-by: Kamoltat Sirivadhna <[email protected]>
  • Loading branch information
kamoltat authored Jul 19, 2023
2 parents 9be0d4d + 55f3610 commit 90f412a
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 90f412a

Please sign in to comment.