Commit 8a454dab authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #8959 from missionfloyd/dropdown-width

Fix dropdown width
parents 3d09b4e9 d286df0a
...@@ -56,6 +56,9 @@ div.compact{ ...@@ -56,6 +56,9 @@ div.compact{
.gradio-dropdown ul.options{ .gradio-dropdown ul.options{
z-index: 3000; z-index: 3000;
min-width: fit-content;
max-width: inherit;
white-space: nowrap;
} }
.gradio-dropdown label span:not(.has-info), .gradio-dropdown label span:not(.has-info),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment