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 (
|
return (
|
||||||
<div className="mx_SettingCheckbox">
|
<label>
|
||||||
{ checkbox }
|
{ checkbox }
|
||||||
<label htmlFor={id}>
|
{ label }
|
||||||
{ label }
|
</label>
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue