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{
white-space: nowrap;
}
.gradio-dropdown ul.options li.item {
padding: 0.05em 0;
@media (pointer:fine) {
.gradio-dropdown ul.options li.item {
padding: 0.05em 0;
}
}
.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