2
0

🐛 (dashboard) Fix typebot name overflow

Break long words
This commit is contained in:
Baptiste Arnaud
2023-01-11 11:08:21 +01:00
parent b65ffe8c53
commit 5507b8ef67

View File

@ -159,7 +159,9 @@ export const TypebotButton = ({
>
{<EmojiOrImageIcon icon={typebot.icon} boxSize={'35px'} />}
</Flex>
<Text textAlign="center">{typebot.name}</Text>
<Text textAlign="center" noOfLines={4} maxW="180px">
{typebot.name}
</Text>
</VStack>
{!isReadOnly && (
<ConfirmModal