From d286df0a7145ac578b40a5c5c8cc47e4268284a6 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Sat, 25 Mar 2023 21:00:02 -0600 Subject: [PATCH] Fix dropdown width --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 0dcc3e25..48973d5a 100644 --- a/style.css +++ b/style.css @@ -56,6 +56,9 @@ div.compact{ .gradio-dropdown ul.options{ z-index: 3000; + min-width: fit-content; + max-width: inherit; + white-space: nowrap; } .gradio-dropdown label span:not(.has-info),