Ionic - ion-item text is not vertically centered when ion-icon is bigger

后端 未结 4 560
梦谈多话
梦谈多话 2021-02-02 12:01

I have a list of ion-items with an icon followed by text. When the icon size is smaller as seen on the image below, the text seems to vertically align itself to the center of th

4条回答
  •  生来不讨喜
    2021-02-02 12:36

    Actually Ionic does that to you. But you need to inform where the elements will be with item-start, item-end, etc.

    Just set your code like this:

    
         
        Recent
    
    

提交回复
热议问题