💄 Fix misc UI issues

Closes #430
This commit is contained in:
Baptiste Arnaud
2023-03-28 16:02:26 +02:00
parent 14d7ebd58c
commit f13d7a1a5a
4 changed files with 10 additions and 8 deletions

View File

@@ -12,5 +12,7 @@ export const UrlNodeContent = ({ placeholder, variableId }: Props) =>
variableId ? (
<WithVariableContent variableId={variableId} />
) : (
<Text color={'gray.500'}>{placeholder}</Text>
<Text color={'gray.500'} w="90%">
{placeholder}
</Text>
)