mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
🐛 (dashboard) Fix typebot name overflow
Break long words
This commit is contained in:
parent
b65ffe8c53
commit
5507b8ef67
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user