Enhance Code Consistency Across Repository with .editorconfig
(#19023)
This commit is contained in:
@@ -324,7 +324,7 @@ const PortalSelect: FC<PortalSelectProps> = ({
|
||||
: (
|
||||
<div
|
||||
className={classNames(`
|
||||
group flex items-center justify-between px-2.5 h-9 rounded-lg border-0 bg-components-input-bg-normal hover:bg-state-base-hover-alt text-sm ${readonly ? 'cursor-not-allowed' : 'cursor-pointer'}
|
||||
group flex items-center justify-between px-2.5 h-9 rounded-lg border-0 bg-components-input-bg-normal hover:bg-state-base-hover-alt text-sm ${readonly ? 'cursor-not-allowed' : 'cursor-pointer'}
|
||||
`, triggerClassName, triggerClassNameFn?.(open))}
|
||||
title={selectedItem?.name}
|
||||
>
|
||||
|
Reference in New Issue
Block a user