aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-27 10:28:13 +0300
committerGitHub <noreply@github.com>2023-03-27 10:28:13 +0300
commit955df7751eef11bb7697e2d77f6b8a6226b21e13 (patch)
treefadb079585e0337868b41d761450aedf69a15d2e
parent9e82896d5f0365b25aacf755799e9fb08078b0ba (diff)
parent68a5604cac50c27dbacf9775c9466600dc8bf789 (diff)
Merge pull request #9021 from pieresimakp/pr-dev
Fix the style box dropdown not wrapping in txt2img and img2img
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 7a979f22..5e8fb533 100644
--- a/style.css
+++ b/style.css
@@ -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;
}