Remove the styles on the audio elements in the Chatbot component (#6899)

* Remove the styles on the audio elements in the Chatbot component

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2024-01-02 16:41:59 +09:00 committed by GitHub
parent 4511d57c46
commit bd11d6e570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:Remove the styles on the audio elements in the Chatbot component

View File

@ -298,10 +298,6 @@
margin-top: var(--spacing-xxl);
}
.message-wrap :global(audio) {
width: 100%;
}
.message {
position: relative;
display: flex;