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

Reply To: "Search Here" font is cut off in search bar

#7875
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

It appears that the slider is adding a line height of 0 pixels to the input if it’s not active. The simplest fix I can think of is to use this custom CSS code:

[html]input.orig {
line-height: normal !important;
}[/html]

This should do the trick.