fix(lib): 💄 Proactive message margin
This commit is contained in:
@ -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",
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user