put help icon next to heading

This commit is contained in:
Maren Süwer
2018-10-02 13:04:34 +02:00
parent d2fd8bbd39
commit bbc891178b
4 changed files with 20 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ class Checkbox extends React.Component<Props> {
render() {
return (
<div className="field is-grouped">
<div className="control is-expanded">
<div className="control">
<label className="checkbox" disabled={this.props.disabled}>
<input
type="checkbox"