Remove unused field grouping

This commit is contained in:
Florian Scholdei
2019-10-29 14:20:14 +01:00
parent 73c4b21429
commit ec488c1880

View File

@@ -26,7 +26,7 @@ class Checkbox extends React.Component<Props> {
render() { render() {
return ( return (
<div className="field is-grouped"> <div className="field">
<div className="control"> <div className="control">
{/* {/*
we have to ignore the next line, we have to ignore the next line,