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…
.
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…
.
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:

a>.link-text {
padding:0;
}
If that doesn’t work, could you share a clone link to a copy of the app?