diff --git a/components/radio_selector.js b/components/radio_selector.js index 76229b97e..8e16b0e2c 100644 --- a/components/radio_selector.js +++ b/components/radio_selector.js @@ -10,6 +10,10 @@ import { logEvent } from "../utils/analytics"; const styles = theme => ({ formControl: { margin: theme.spacing.unit + }, + formLabel: { + lineHeight: "1.5em", + marginBottom: "10px" } }); @@ -106,7 +110,9 @@ export class RadioSelector extends React.Component { if (Object.values(allFilterIds).length != 0) { return ( - {this.props.legend} + + {this.props.legend} +