🐛 (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'} />}
|
||||
</Flex>
|
||||
<Text textAlign="center">{typebot.name}</Text>
|
||||
<Text textAlign="center" noOfLines={4} maxW="180px">
|
||||
{typebot.name}
|
||||
</Text>
|
||||
</VStack>
|
||||
{!isReadOnly && (
|
||||
<ConfirmModal
|
||||
|
Reference in New Issue
Block a user