cancel
Showing results for 
Search instead for 
Did you mean: 

Rsize Tile Size in Fiori LaunchPad

Former Member
0 Kudos

Hi All ,

I am developing applications and launching it in fiori on launchpad. I have a requirement to reduce the existing Tile size  which is appearing on Launchpad . I went to Theme_designer and and checked to change the configuration in CSS but was unable to achive. Is there any class and property that we can you to achieve the same in CSS.

I need to minimize the tile then it currently appears on mobile . But this is not generic tile it is launchpad tile. Kindly suggest if anything can be done.

Thanks .

Disha

Accepted Solutions (0)

Answers (1)

Answers (1)

saivellanki
Active Contributor
0 Kudos

Hi Disha,

Is it Standard Tile cotnrol that you are using? If so, you can change the width and height of these two classes .sapMTile and .sapMTileContent.

Default width that is set is 12 rem and height is 14 rem. You can decrease these values to reduce the tile size.

Check the sample here using standard tile: JS Bin - Collaborative JavaScript Debugging

If you're using Custom Tile then the classes will be .sapMCustomTile and .sapMCustomTileContent


Regards,

Sai Vellanki.