2
0

fix(lib): 💄 Proactive message margin

This commit is contained in:
Baptiste Arnaud
2022-05-22 07:51:21 -07:00
parent 1bb89527d5
commit 350719c793
2 changed files with 5 additions and 1 deletions

View File

@ -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",

View File

@ -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;