diff --git a/web/app/components/app/configuration/config-var/config-select/index.tsx b/web/app/components/app/configuration/config-var/config-select/index.tsx index 0174e7044f..e23c7330b1 100644 --- a/web/app/components/app/configuration/config-var/config-select/index.tsx +++ b/web/app/components/app/configuration/config-var/config-select/index.tsx @@ -43,7 +43,7 @@ const ConfigSelect: FC = ({
- +
= ({ return item })) }} - className={`${s.input} w-full px-1.5 text-sm leading-9 text-gray-900 border-0 grow h-9 bg-transparent focus:outline-none cursor-pointer`} + className={'w-full pl-1.5 pr-8 text-sm leading-9 text-gray-900 border-0 grow h-9 bg-transparent focus:outline-none cursor-pointer'} /> = ({ > {({ /* active, */ selected }) => ( <> - {item.name} + {item.name} {selected && ( = ({ > {({ /* active, */ selected }) => ( <> - {item.name} + {item.name} {selected && (
-
{name}
+
{name}
e.stopPropagation()}>