fix: Minor styling fix to the IAIMantineMultiSelect component

This commit is contained in:
blessedcoolant 2023-06-18 20:06:56 +12:00
parent 06428fac67
commit dae5b9b259

View File

@ -68,6 +68,7 @@ const IAIMantineMultiSelect = (props: IAIMultiSelectProps) => {
},
rightSection: {
width: 24,
paddingRight: 20,
},
})}
{...rest}