File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ export default function Dropdown2(props: DropdownProps) {
231231 } } >
232232 { props . hasCheckboxes && < input checked = { selectedCheckboxes [ index ] . checked } name = "option" type = "checkbox" className = "mr-3 cursor-pointer"
233233 onChange = { ( e ) => handleSelectedCheckboxes ( option , index , e ) } /> }
234- { props . hasCheckboxesThreeStates && < div className = "h-4 w-4 border-gray-300 mr-3 border rounded hover:bg-gray-200"
234+ { props . hasCheckboxesThreeStates && < div className = "h-4 w-4 border-gray-300 mr-3 border rounded hover:bg-gray-200 min-w-4 "
235235 style = { { backgroundColor : getActiveNegateGroupColor ( props . options [ index ] ) , borderColor : getActiveNegateGroupColor ( props . options [ index ] ) } } >
236236 </ div > }
237237 { props . iconsArray && props . iconsArray [ index ] && < span className = 'mx-2 text-gray-700' >
You can’t perform that action at this time.
0 commit comments