ZOOMBE

.chat-container { max-width: 100%; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; overflow-x: hidden; } .message { display: flex; margin-bottom: 10px; } .message-content { max-width: 100%; padding: 10px; border-radius: 10px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; box-sizing: border-box; } .human { justify-content: flex-end; } .human .message-content { background-color: #f4f4f4; } .assistant { justify-content: flex-start; } .message-content img, … Continue reading ZOOMBE