Skip to content

Commit

Permalink
fix(lib): 💄 Proactive message margin
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed May 22, 2022
1 parent 1bb8952 commit 350719c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typebot-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typebot-js",
"version": "2.2.7",
"version": "2.2.8",
"main": "dist/index.js",
"unpkg": "dist/index.umd.min.js",
"license": "AGPL-3.0-or-later",
Expand Down
4 changes: 4 additions & 0 deletions packages/typebot-js/src/embedTypes/chat/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@
object-fit: cover;
}

#typebot-bubble > .proactive-message > p {
margin: 0;
}

@media screen and (max-width: 450px) {
#typebot-bubble > .proactive-message {
max-width: 200px;
Expand Down

4 comments on commit 350719c

@vercel
Copy link

@vercel vercel bot commented on 350719c May 22, 2022

@vercel
Copy link

@vercel vercel bot commented on 350719c May 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 350719c May 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 350719c May 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-typebot-io.vercel.app
app.typebot.io
builder-v2-git-main-typebot-io.vercel.app

Please sign in to comment.