This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Adding buttons to results

#38919
Ernest MarcinkoErnest Marcinko
Keymaster

Sure. There are many ways to address this, but in your case the buttons are inline elements, which follow the line height, which is 1.5 em on the page. I suggest probably changing the buttons to inline-block when styling them:

display: inline-block;