aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormissionfloyd <missionfloyd@users.noreply.github.com>2023-03-25 21:00:02 -0600
committerGitHub <noreply@github.com>2023-03-25 21:00:02 -0600
commitd286df0a7145ac578b40a5c5c8cc47e4268284a6 (patch)
tree5e3dc4efba38cacb10d0e06062f71483781a1a23
parenta0d07fb5807ad55c8ccfdfc9a6d9ae3c62b9d211 (diff)
Fix dropdown width
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
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),