Elastic: Set height for pretty checkbox inside of .listing on touch screen

pull/6950/head
Aleksander Machniak 5 years ago
parent d10c44c441
commit 54799b9b19

@ -183,6 +183,10 @@ ul.listing {
} }
} }
} }
html.touch & {
height: @listing-touch-line-height;
}
} }
} }

Loading…
Cancel
Save