mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 06:27:19 +08:00
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
@ -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 New Issue
Block a user