From 6888e30e7932512d7766b9a5137f567bd0a2e136 Mon Sep 17 00:00:00 2001 From: aliabid94 Date: Thu, 8 Jun 2023 15:33:43 -0700 Subject: [PATCH] UI hotfixes for Examples and Dataframe (#4455) * changes * changes --- CHANGELOG.md | 2 ++ js/app/src/components/Dataset/Dataset.svelte | 1 + js/table/src/Table.svelte | 3 --- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fbe8d375..3cc7fdc4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ ## Other Changes: - Clean up unnecessary `new Promise()`s by [@akx](https://github.com/akx) in [PR 4442](https://github.com/gradio-app/gradio/pull/4442). +- Minor UI cleanup for Examples and Dataframe components [@aliabid94](https://github.com/aliabid94) in [PR 4455](https://github.com/gradio-app/gradio/pull/4455). + ## Breaking Changes: No changes to highlight. diff --git a/js/app/src/components/Dataset/Dataset.svelte b/js/app/src/components/Dataset/Dataset.svelte index 7853d71ce1..f6a1190184 100644 --- a/js/app/src/components/Dataset/Dataset.svelte +++ b/js/app/src/components/Dataset/Dataset.svelte @@ -88,6 +88,7 @@ {scale} {min_width} allow_overflow={false} + container={false} >