mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
Quick fix: File height overflow (#7507)
* quick fix * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
8f050eedbc
commit
9c36572e32
6
.changeset/puny-bats-say.md
Normal file
6
.changeset/puny-bats-say.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/file": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Quick fix: File height overflow
|
@ -115,6 +115,10 @@
|
||||
color: var(--body-text-color);
|
||||
}
|
||||
|
||||
.file-preview-holder {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.file {
|
||||
display: flex;
|
||||
width: var(--size-full);
|
||||
|
Loading…
x
Reference in New Issue
Block a user