🐛 (calCom) Fix weekly and column layouts restrained from max-width prop
This commit is contained in:
@@ -60,14 +60,7 @@ export const CustomEmbedBubble = (props: Props) => {
|
||||
ref={ref}
|
||||
>
|
||||
<div class="flex w-full items-center">
|
||||
<div
|
||||
class="flex relative z-10 items-start typebot-host-bubble w-full"
|
||||
style={{
|
||||
'max-width': props.content.maxBubbleWidth
|
||||
? `${props.content.maxBubbleWidth}px`
|
||||
: '100%',
|
||||
}}
|
||||
>
|
||||
<div class="flex relative z-10 items-start typebot-host-bubble w-full max-w-full">
|
||||
<div
|
||||
class="flex items-center absolute px-4 py-2 bubble-typing z-10 "
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user