Closing gap between data-filter and listItem
I am dynamically creating data-filter depending on whether or not a REST service returns any value to be displayed in items of a list.
Appery("listProperties").attr("data-filter", true);
The issue is that there is a gap/margin between the data-filter and first ListItem (please see attached screenshot). How may I close this?
Thank you.