Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#9021 from pieresimakp/pr-dev
Browse files Browse the repository at this point in the history
Fix the style box dropdown not wrapping in txt2img and img2img
  • Loading branch information
AUTOMATIC1111 authored Mar 27, 2023
2 parents 9e82896 + 68a5604 commit 955df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ div.compact{
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.gradio-dropdown .wrap-inner.wrap-inner.wrap-inner{
.gradio-dropdown:not(.multiselect) .wrap-inner.wrap-inner.wrap-inner{
flex-wrap: unset;
}

Expand Down

0 comments on commit 955df77

Please sign in to comment.