Skip to content

Commit 8a454da

Browse files
Merge pull request AUTOMATIC1111#8959 from missionfloyd/dropdown-width
Fix dropdown width
2 parents 3d09b4e + d286df0 commit 8a454da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

style.css

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ div.compact{
5656

5757
.gradio-dropdown ul.options{
5858
z-index: 3000;
59+
min-width: fit-content;
60+
max-width: inherit;
61+
white-space: nowrap;
5962
}
6063

6164
.gradio-dropdown label span:not(.has-info),

0 commit comments

Comments
 (0)