Skip to content

Commit 2cbc213

Browse files
committed
Align left margin of options in Settings dialog
1 parent 196e4e3 commit 2cbc213

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SettingsDialog.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ const styles = theme => ({
3434
margin: theme.spacing.unit,
3535
minWidth: 120,
3636
},
37+
formControlLabel: {
38+
margin: theme.spacing.unit * -0.5,
39+
},
3740
title: {
3841
display: 'flex',
3942
justifyContent: 'space-between',
@@ -110,6 +113,7 @@ class SettingsDialog extends React.Component {
110113
</DialogContentText>
111114
<FormGroup row>
112115
<FormControlLabel
116+
className={classes.formControlLabel}
113117
control={
114118
<Switch
115119
checked={this.props.fitGraph}

0 commit comments

Comments
 (0)