fix: 🐛 Minor changes and improved accessibility
This commit is contained in:
@ -56,7 +56,7 @@ export const ButtonNodeContent = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<Flex px={4} py={2} justify="center" w="full">
|
||||
<Flex px={4} py={2} justify="center" w="90%">
|
||||
<Editable
|
||||
ref={editableRef}
|
||||
flex="1"
|
||||
|
@ -13,6 +13,7 @@ export const TextBubbleContent = ({ step }: Props) => {
|
||||
if (!typebot) return <></>
|
||||
return (
|
||||
<Flex
|
||||
isTruncated
|
||||
flexDir={'column'}
|
||||
opacity={step.content.html === '' ? '0.5' : '1'}
|
||||
className="slate-html-container"
|
||||
|
Reference in New Issue
Block a user