Commit 4b07f2f5 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #10440 from grimatoma/increaseModelPickerWidth

Remove max width for model dropdown
parents 4071fa4a a4d5fdd3
...@@ -363,12 +363,10 @@ div#extras_scale_to_tab div.form{ ...@@ -363,12 +363,10 @@ div#extras_scale_to_tab div.form{
/* settings */ /* settings */
#quicksettings { #quicksettings {
width: fit-content;
align-items: end; align-items: end;
} }
#quicksettings > div, #quicksettings > fieldset{ #quicksettings > div, #quicksettings > fieldset{
max-width: 24em;
min-width: 24em; min-width: 24em;
padding: 0; padding: 0;
border: none; border: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment