2
0

📝 Fix invalid custom CSS line in HTML instructions

This commit is contained in:
Baptiste Arnaud
2023-08-25 14:35:15 +02:00
parent 055cf03703
commit b74117d417

View File

@ -169,10 +169,7 @@ typebot-bubble::part(button) {
typebot-bubble::part(bot) {
  bottom: 140px;
}
typebot-bubble::part(bot) {
  bottom: 140px;  height: calc(100% - 140px)
height: calc(100% - 140px)
}
```