aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authormissionfloyd <missionfloyd@users.noreply.github.com>2023-03-26 03:00:02 +0000
committerGitHub <noreply@github.com>2023-03-26 03:00:02 +0000
commitd286df0a7145ac578b40a5c5c8cc47e4268284a6 (patch)
tree5e3dc4efba38cacb10d0e06062f71483781a1a23 /style.css
parenta0d07fb5807ad55c8ccfdfc9a6d9ae3c62b9d211 (diff)
downloadstable-diffusion-webui-gfx803-d286df0a7145ac578b40a5c5c8cc47e4268284a6.tar.gz
stable-diffusion-webui-gfx803-d286df0a7145ac578b40a5c5c8cc47e4268284a6.tar.bz2
stable-diffusion-webui-gfx803-d286df0a7145ac578b40a5c5c8cc47e4268284a6.zip
Fix dropdown width
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 0dcc3e25..48973d5a 100644
--- a/style.css
+++ b/style.css
@@ -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),