Fix dropdown width

This commit is contained in:
missionfloyd 2023-03-25 21:00:02 -06:00 committed by GitHub
parent a0d07fb580
commit d286df0a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),