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 {