diff --git a/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.html b/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.html index eb63a88b..961ea8c8 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.html +++ b/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.html @@ -282,6 +282,10 @@ position: relative; top: -36px; left: 10px; + width: 210px; + height: 80px; + overflow: hidden; + text-overflow: ellipsis; } .card-box{