🐛 (dashboard) Fix typebot name overflow
Break long words
This commit is contained in:
@ -159,7 +159,9 @@ export const TypebotButton = ({
|
|||||||
>
|
>
|
||||||
{<EmojiOrImageIcon icon={typebot.icon} boxSize={'35px'} />}
|
{<EmojiOrImageIcon icon={typebot.icon} boxSize={'35px'} />}
|
||||||
</Flex>
|
</Flex>
|
||||||
<Text textAlign="center">{typebot.name}</Text>
|
<Text textAlign="center" noOfLines={4} maxW="180px">
|
||||||
|
{typebot.name}
|
||||||
|
</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
{!isReadOnly && (
|
{!isReadOnly && (
|
||||||
<ConfirmModal
|
<ConfirmModal
|
||||||
|
Reference in New Issue
Block a user