How to control the overall height of my links

Hello @dconnell,

I’d try explicitly setting the padding on the link text but without seeing your code, it’s hard to tell what is going wrong. Maybe try this:

image

a>.link-text {
    padding:0;
}

If that doesn’t work, could you share a clone link to a copy of the app?