diff --git a/src/components/xt-chat/chat-view/useChatHandler.tsx b/src/components/xt-chat/chat-view/useChatHandler.tsx
index cbeec27..fb3a192 100644
--- a/src/components/xt-chat/chat-view/useChatHandler.tsx
+++ b/src/components/xt-chat/chat-view/useChatHandler.tsx
@@ -357,11 +357,11 @@ export default function useChatHandler(options: UseChatHandlerOptions): UseChatH
{!extra_data && (
// ? (
- //
- //
- //
- //
- //
+ //
+ //
+ //
+ //
+ //
// ) :
onCopy(_targetTask.content.output)} align={{ offset: [0, 4] }}>
diff --git a/src/components/xt-chat/xt-bubble/style.scss b/src/components/xt-chat/xt-bubble/style.scss
index 63cda5a..495ac1a 100644
--- a/src/components/xt-chat/xt-bubble/style.scss
+++ b/src/components/xt-chat/xt-bubble/style.scss
@@ -59,7 +59,7 @@
align-items: flex-start;
min-width: 0;
max-width: 100%;
- min-height: 36px;
+ // min-height: 36px;
word-break: break-all;
@include cts;
&-filled {