chore: tailwind class cleanup
This commit is contained in:
		| @@ -224,7 +224,7 @@ | ||||
| 				>{$_("contact")}</label | ||||
| 			> | ||||
| 			<Select | ||||
| 				containerClasses="rounded-l-md mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-neutral-800 rounded-md p-2" | ||||
| 				containerClasses="rounded-l-md mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm sm:text-sm border-gray-300 border bg-gray-50 text-neutral-800 rounded-md p-2" | ||||
| 				itemFilter={(label, filterText, option) => | ||||
| 					label.toLowerCase().includes(filterText.toLowerCase()) || | ||||
| 					option.value.id.toString().startsWith(filterText.toLowerCase())} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user