Text in dropdown menu is not vertically aligned on mobile

Hi! I’m working on a website, and I’m struggling with a dropdown menu. In the mobile version, the text is not vertically aligned in the middle.



Here is my site Read-Only: [LINK]1
(how to share your site Read-Only link)

hello @Morris1 ,
I think I find your problem:


look at your interaction
you have given the initial state for your accordion: height: 110px;
because of this your drop-down toggle doesn’t fit in your accordion
I suggest you this:

if you give your drop-down toggle height: 110px
your problem will be solved.