mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
Styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user