2
0

🐛 (calCom) Fix weekly and column layouts restrained from max-width prop

This commit is contained in:
Baptiste Arnaud
2024-05-23 12:08:22 +02:00
parent bb4bbd8f0e
commit 10cbf4dfbc
10 changed files with 5 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.2.83",
"version": "0.2.84",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",

View File

@@ -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={{

View File

@@ -1,6 +1,6 @@
{
"name": "@typebot.io/nextjs",
"version": "0.2.83",
"version": "0.2.84",
"description": "Convenient library to display typebots on your Next.js website",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.2.83",
"version": "0.2.84",
"description": "Convenient library to display typebots on your React app",
"main": "dist/index.js",
"types": "dist/index.d.ts",