From b41e121b3d7f600781fe358cbc25fe2e7cb46597 Mon Sep 17 00:00:00 2001 From: Sandra Guerreiro Date: Tue, 28 Apr 2026 14:45:14 +0200 Subject: [PATCH] fix(chat): reduce last bubble padding --- src/components/ChatBuble.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChatBuble.vue b/src/components/ChatBuble.vue index bb7d986..c3a5029 100644 --- a/src/components/ChatBuble.vue +++ b/src/components/ChatBuble.vue @@ -93,7 +93,7 @@ const copyMessage = (msg: string) => { text-align: justify; } .chat-bubble.last-message { - padding-bottom: 15rem; + padding-bottom: 5rem; } .cahtAvatar {