We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700cb2e commit 46c2e9aCopy full SHA for 46c2e9a
src/components/table/hooks.jsx
@@ -142,7 +142,7 @@ const IndeterminateCheckbox = React.forwardRef(
142
}, [resolvedRef, indeterminate]);
143
144
return (
145
- <FormGroup check>
+ <FormGroup check className="d-flex justify-content-center mt-2">
146
<Input id={id} type="checkbox" innerRef={resolvedRef} {...rest} />
147
{label && <Label check>{label}</Label>}
148
</FormGroup>
0 commit comments