mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
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:
parent
6b17143868
commit
88d43bd124
6
.changeset/lovely-radios-worry.md
Normal file
6
.changeset/lovely-radios-worry.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fixes avatar image in chatbot being squashed
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user