Commit 76b1ad7d authored by missionfloyd's avatar missionfloyd Committed by GitHub

Use default dropdown padding on mobile

parent 5ef669de
...@@ -83,8 +83,10 @@ div.compact{ ...@@ -83,8 +83,10 @@ div.compact{
white-space: nowrap; white-space: nowrap;
} }
.gradio-dropdown ul.options li.item { @media (pointer:fine) {
.gradio-dropdown ul.options li.item {
padding: 0.05em 0; padding: 0.05em 0;
}
} }
.gradio-dropdown ul.options li.item.selected { .gradio-dropdown ul.options li.item.selected {
......
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