apply suggestions

Fix Spacing for checkbox lists
This commit is contained in:
grafixeyehero 2022-01-02 04:40:31 +03:00
parent b22a9ed632
commit ffb40c125d

View File

@ -23,6 +23,7 @@ const createCheckBoxElement = ({className, Name, Id, AppName, checkedAttribute})
const CheckBoxListItem: FunctionComponent<IProps> = ({className, Name, Id, AppName, checkedAttribute}: IProps) => {
return (
<div
className='sectioncheckbox'
dangerouslySetInnerHTML={createCheckBoxElement({
className: className,
Name: Name,