Skip to content
Snippets Groups Projects
Commit 0091bfe7 authored by Christophe's avatar Christophe
Browse files

fix(CheckboxInput): align checkbox and label a little nicer

parent 509ff2b2
No related branches found
No related tags found
1 merge request!10Update ai4eosc branch with recent main (multiple templates)
...@@ -17,7 +17,7 @@ const CheckboxInput: FC<CheckboxInput> = ({ ...@@ -17,7 +17,7 @@ const CheckboxInput: FC<CheckboxInput> = ({
truthy = true, truthy = true,
falsy = false, falsy = false,
}) => { }) => {
const classes = clsx('rounded input mt-0 mb-1 mr-2', flagged && 'border-warning', className); const classes = clsx('rounded input mt-0 mb-2 mr-2', flagged && 'border-warning', className);
return ( return (
<div> <div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment