diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5f74cb38..f4fbe8d375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ## Bug Fixes: +- Ensure Tabs only occupy the space required by [@pngwn](https://github.com/pngwn) in [PR 4419](https://github.com/gradio-app/gradio/pull/4419) - Ensure components have the correct empty sizes to prevent empty containers from collapsing by [@pngwn](https://github.com/pngwn) in [PR 4447](https://github.com/gradio-app/gradio/pull/4447). - Frontend code no longer crashes when there is a relative URL in an `` element, by [@akx](https://github.com/akx) in [PR 4449](https://github.com/gradio-app/gradio/pull/4449). diff --git a/js/tabs/src/Tabs.svelte b/js/tabs/src/Tabs.svelte index a43c3b3254..81196377c7 100644 --- a/js/tabs/src/Tabs.svelte +++ b/js/tabs/src/Tabs.svelte @@ -78,9 +78,7 @@