How to control the overall height of my links

I’ve played with various CSS settings in my theme css and roles but I can’t seem to get these links to respond to my attempts to get them to NOT be this tall…

.image

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?