Make URL preview checkboxes pretty again
Works for all other settings too! Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
b139c8d01c
commit
c056f4faa6
1 changed files with 3 additions and 5 deletions
|
@ -69,12 +69,10 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="mx_SettingCheckbox">
|
||||
<label>
|
||||
{ checkbox }
|
||||
<label htmlFor={id}>
|
||||
{ label }
|
||||
</label>
|
||||
</div>
|
||||
{ label }
|
||||
</label>
|
||||
);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue