1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03: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:
Travis Ralston
2017-10-29 22:17:15 -06:00
parent b139c8d01c
commit c056f4faa6

View File

@@ -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>
); );
}, },
}); });