Skip to content

Commit

Permalink
Fix dropdown width
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd authored Mar 26, 2023
1 parent a0d07fb commit d286df0
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 d286df0

Please sign in to comment.