Skip to content

Commit

Permalink
🔨 Fix line height of period
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 5, 2019
1 parent f1f6ece commit d67fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Overview/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const useStyles = makeStyles((theme: Theme) => ({
}
},
time: {
lineHeight: 0.8
lineHeight: 1
},
timePeriod: {
marginLeft: theme.spacing(1),
Expand Down

0 comments on commit d67fcf6

Please sign in to comment.