diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-26 03:00:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-26 03:00:02 +0000 |
commit | d286df0a7145ac578b40a5c5c8cc47e4268284a6 (patch) | |
tree | 5e3dc4efba38cacb10d0e06062f71483781a1a23 /style.css | |
parent | a0d07fb5807ad55c8ccfdfc9a6d9ae3c62b9d211 (diff) | |
download | stable-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.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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),
|