Check out this demo link where the dropdown icon is currently not vertically centered. It appears to have extra top padding due to the class "tlm-dropdown-icon"
, causing it to be off-center. I've tried inspecting the element but couldn't find any related padding or margin settings that would explain the issue. I'm unsure why the icon has this additional space at the top.
top: 50%;
transform: translateY(-50%);
These CSS properties don't seem to be resolving the problem.
Appreciate any assistance!