diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-25 21:00:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 21:00:02 -0600 |
commit | d286df0a7145ac578b40a5c5c8cc47e4268284a6 (patch) | |
tree | 5e3dc4efba38cacb10d0e06062f71483781a1a23 | |
parent | a0d07fb5807ad55c8ccfdfc9a6d9ae3c62b9d211 (diff) |
Fix dropdown width
-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),
|