💄 (editor) Fix some overflow issues with long variable names

This commit is contained in:
Baptiste Arnaud
2023-03-06 16:56:55 +01:00
parent 26e5d9c282
commit f527df82dd
4 changed files with 38 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ export const WithVariableContent = ({ block }: Props) => {
)?.name
return (
<Text>
<Text w="calc(100% - 25px)">
Collect{' '}
<chakra.span
bgColor="orange.400"