Skip to content

Commit

Permalink
📝 Fix invalid custom CSS line in HTML instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Aug 25, 2023
1 parent 055cf03 commit b74117d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/docs/docs/embed/html-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,7 @@ typebot-bubble::part(button) {

typebot-bubble::part(bot) {
  bottom: 140px;
}

typebot-bubble::part(bot) {
  bottom: 140pxheight: calc(100% - 140px)
height: calc(100% - 140px)
}
```

Expand Down

0 comments on commit b74117d

Please sign in to comment.