Fixes avatar image in chatbot being squashed (#5593)

* gs

* add changeset

* fixes

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Dawood Khan 2023-09-19 14:01:10 -04:00 committed by GitHub
parent 6b17143868
commit 88d43bd124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:Fixes avatar image in chatbot being squashed

View File

@ -267,6 +267,7 @@
font-size: var(--text-lg);
line-height: var(--line-lg);
overflow-wrap: break-word;
overflow-x: hidden;
}
.message-fit {
width: fit-content !important;
@ -319,6 +320,7 @@
justify-content: center;
width: 35px;
height: 35px;
flex-shrink: 0;
bottom: 0;
}
.user-row > .avatar-container {