This commit is contained in:
Belen Curcio
2017-04-12 08:54:50 -03:00
parent 7590cee986
commit 83eb6492c2
2 changed files with 2 additions and 2 deletions
@@ -30,7 +30,7 @@ class OffTopicCheckbox extends React.Component {
render() {
return (
<div className={styles.offTopic}>
<label>
<label className={styles.offTopicLabel}>
<input type="checkbox" onChange={this.handleChange}/>
Off-Topic
</label>
@@ -2,7 +2,7 @@
height: 100%;
}
.offTopic label {
.offTopicLabel {
padding: 10px 20px;
display: block;
}