Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#8959 from missionfloyd/dropdown-width
Browse files Browse the repository at this point in the history
Fix dropdown width
  • Loading branch information
AUTOMATIC1111 authored Mar 27, 2023
2 parents 3d09b4e + d286df0 commit 8a454da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 8a454da

Please sign in to comment.