Hi @juliusurbonas,
I hope you are well today and thank you for your question.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#flexi_searchbox input[type="text"],
#flexi_searchbox input[type="password"],
#flexi_searchbox input[type="email"],
#flexi_searchbox input[type="tel"],
#flexi_searchbox input[type="date"],
#flexi_searchbox select {
line-height: 1 !important;
}
#flexi_searchbox img {
margin: 0;
}Best regards,
Shufflehound team