Skip to content

Commit

Permalink
left justify switch headers
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Sep 18, 2019
1 parent 4999db9 commit 3a1be9b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -81,7 +81,7 @@ export function EditBPTrackOverlay(props: EditBPTrackOverlayProps): JSX.Element
</div>
</GridWrapper>
<div style={{marginLeft: "2.5vh"}}>
<Grid container spacing={4} justify="center">
<Grid container spacing={4} justify="flex-start">
<Typography>Show Interval Labels:</Typography>
</Grid>
</div>
Expand Down Expand Up @@ -111,7 +111,7 @@ export function EditBPTrackOverlay(props: EditBPTrackOverlayProps): JSX.Element
showLabels ?
<React.Fragment>
<div style={{marginLeft: "2.5vh"}}>
<Grid container spacing={4} justify="center">
<Grid container spacing={4} justify="flex-start">
<Typography>Show Interval Labels Outside Base:</Typography>
</Grid>
</div>
Expand Down

0 comments on commit 3a1be9b

Please sign in to comment.