From b74117d417a315997bcca1480bd31457f17be642 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Fri, 25 Aug 2023 14:35:15 +0200 Subject: [PATCH] :pencil: Fix invalid custom CSS line in HTML instructions --- apps/docs/docs/embed/html-javascript.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/docs/docs/embed/html-javascript.md b/apps/docs/docs/embed/html-javascript.md index dfb4956f72..da4e3e985b 100644 --- a/apps/docs/docs/embed/html-javascript.md +++ b/apps/docs/docs/embed/html-javascript.md @@ -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) } ```