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) => {
|
const CheckBoxListItem: FunctionComponent<IProps> = ({className, Name, Id, AppName, checkedAttribute}: IProps) => {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
className='sectioncheckbox'
|
||||||
dangerouslySetInnerHTML={createCheckBoxElement({
|
dangerouslySetInnerHTML={createCheckBoxElement({
|
||||||
className: className,
|
className: className,
|
||||||
Name: Name,
|
Name: Name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue