Merged in feature/permissions_styling (pull request #185)

Feature/permissions styling
This commit is contained in:
Florian Scholdei
2019-02-21 12:59:41 +00:00
8 changed files with 105 additions and 77 deletions

View File

@@ -22,8 +22,7 @@ class Radio extends React.Component<Props> {
render() {
return (
<div className="field is-grouped">
<div className="control">
<label className="radio" disabled={this.props.disabled}>
<input
type="radio"
@@ -36,8 +35,6 @@ class Radio extends React.Component<Props> {
{this.props.label}
{this.renderHelp()}
</label>
</div>
</div>
);
}
}