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

后端 未结 4 604
梦谈多话
梦谈多话 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

    Using padding-vertical css utilities can bring the same result. A list of css utilities for Ionic can be seen here: https://ionicframework.com/docs/theming/css-utilities/

    
            
                
                     
                
                
                    Recent
                              
            
        
    

提交回复
热议问题