Merge pull request #8959 from missionfloyd/dropdown-width

Fix dropdown width
This commit is contained in:
AUTOMATIC1111 2023-03-27 07:16:37 +03:00 committed by GitHub
commit 8a454dab33
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),