Browse Source

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

pull/6950/head
Aleksander Machniak 6 years ago
parent
commit
54799b9b19
  1. 4
      skins/elastic/styles/widgets/lists.less

4
skins/elastic/styles/widgets/lists.less

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

Loading…
Cancel
Save