Hi!
I have a List made of basic ListItems and I would like to vertically center both the left and the right element of each item.
As you can see from the screenshot, the left element actually is vertically aligned because it is larger (size={40}) than the right one (default size). The right one, instead, is misaligned.

The same thing happens when I have a right element that is larger than the left one.
Any hints? I tried passing style={{verticalAlign:"middle"}} to both elements but no luck.
Check out the Snack example
Thanks