Get rid of padding or margin (? ) between <a> element in list

As you can see from screen shot there always a white blank between each <a> element, is there anyway to get rid of them.

Thanks

I believe the margin is coming from the paragraph tag you have wrapped around your text:

image

Can you inspect element and confirm this?

You can change these to span tags, or override the margin directly.