OK this looks like a UX bug with the new foundation theme and the injected AI related topic button. the button classes are a bit different:

but this will fix it a bit - can patch it with some padding and line-height adjustment:
.more-topics__container .nav li .btn {
padding: .5em;
line-height: 0;
}
desktop:


mobile:


