From 9c2147aced96a281edfa9fcfc68a0dd56d67caad Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:10:29 +0530 Subject: [PATCH] fix: UI breakages (#9040) - Fixes overflow of contact details in the contact side panel. - Fixes line height issue in article header. - Fixes overflow of category names in the article list. - Fixes typing indicator alignment issues --- .../assets/scss/widgets/_conversation-view.scss | 14 -------------- .../widgets/conversation/MessagesView.vue | 11 ++++++++--- .../dashboard/conversation/contact/ContactInfo.vue | 6 +++--- .../conversation/contact/ContactInfoRow.vue | 6 +++--- .../helpcenter/components/ArticleEditor.vue | 2 +- .../helpcenter/components/ArticleItem.vue | 2 +- 6 files changed, 16 insertions(+), 25 deletions(-) diff --git a/app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss b/app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss index ea3a9c5f1..b51cbe07d 100644 --- a/app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss +++ b/app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss @@ -222,20 +222,6 @@ @apply flex relative flex-col; } -.typing-indicator-wrap { - @apply items-center flex h-0 absolute w-full -top-8; - - .typing-indicator { - @include elegant-card; - @include round-corner; - @apply py-2 pr-4 pl-5 bg-white dark:bg-slate-700 text-slate-800 dark:text-slate-100 text-xs font-semibold my-2.5 mx-auto; - - .gif { - @apply ml-2 w-6; - } - } -} - .left .bubble .text-content { h1, h2, diff --git a/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue b/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue index d6ae4d3a8..331017f96 100644 --- a/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue +++ b/app/javascript/dashboard/components/widgets/conversation/MessagesView.vue @@ -76,11 +76,16 @@ class="conversation-footer" :class="{ 'modal-mask': isPopoutReplyBox }" > -
-
+