Skip to content

Commit

Permalink
Fixes avatar image in chatbot being squashed (#5593)
Browse files Browse the repository at this point in the history
* gs

* add changeset

* fixes

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
dawoodkhan82 and gradio-pr-bot committed Sep 19, 2023
1 parent 6b17143 commit 88d43bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/lovely-radios-worry.md
@@ -0,0 +1,6 @@
---
"@gradio/chatbot": patch
"gradio": patch
---

fix:Fixes avatar image in chatbot being squashed
2 changes: 2 additions & 0 deletions js/chatbot/static/ChatBot.svelte
Expand Up @@ -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;
Expand Down Expand Up @@ -319,6 +320,7 @@
justify-content: center;
width: 35px;
height: 35px;
flex-shrink: 0;
bottom: 0;
}
.user-row > .avatar-container {
Expand Down

0 comments on commit 88d43bd

Please sign in to comment.