When there are many lines in ion-item but the word in ion-option-button item not middle?

when there are many lines in ion-item but the word in ion-option-button item not middle?

how to rewrite the css except to write fixed line-height?

thank you!

Right now the text is centered via padding. Post 1.0, we hope to move everything to flex-box, but until then, you can use padding to re-center the ion-option-buttons

It’s good! But if there are three lines, how to adaptive?

I’ve update the codepen to use flex box.

1 Like

Thank you very much.