From 7135c41bd1fbcca0cf189a5646c8313dbfa3a08f Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 23 Aug 2023 15:26:09 -0700 Subject: [PATCH] Restores missing part of bottom border on file component (#5313) * removes missing part of bottom border on file component * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot --- .changeset/warm-nails-brush.md | 6 ++++++ js/file/static/StaticFile.svelte | 1 + 2 files changed, 7 insertions(+) create mode 100644 .changeset/warm-nails-brush.md diff --git a/.changeset/warm-nails-brush.md b/.changeset/warm-nails-brush.md new file mode 100644 index 000000000000..9fe2c13d486e --- /dev/null +++ b/.changeset/warm-nails-brush.md @@ -0,0 +1,6 @@ +--- +"@gradio/file": minor +"gradio": minor +--- + +fix:Restores missing part of bottom border on file component diff --git a/js/file/static/StaticFile.svelte b/js/file/static/StaticFile.svelte index 149e708d78f1..f5b22176d1e7 100644 --- a/js/file/static/StaticFile.svelte +++ b/js/file/static/StaticFile.svelte @@ -115,6 +115,7 @@ {container} {scale} {min_width} + allow_overflow={false} >