apply suggestions
Fix Spacing for checkbox lists
This commit is contained in:
parent
b22a9ed632
commit
ffb40c125d
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue