diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 8f69ddc..38f8194 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -4090,11 +4090,10 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl background-color: #f1f1f1; border-radius: 15px; align-items: flex-start; - gap: 10px; margin-right: auto; - /* max-width: 80%; */ + max-width: 80%; + width: 100%; white-space: normal; - width: fit-content; overflow: visible; align-items: center; display: flex; @@ -4171,12 +4170,11 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl .ai-message { color: #000000; font-weight: bold; - padding: 20px 30px; - padding-left: 0px; + padding: 10px 10px; border-radius: 15px; text-align: left; margin-right: auto; - width: fit-content; + width: 100%; overflow: visible; align-items: center; display: flex;