Profile Card fixed ratio height and width

0
I use the "templategrid-profilecard" in my app in which a string is shown from my entity. As the length of the string varies the shown container also changes in size. Is there a way (via css) to make the size of the container fixed so that every container shown is the same size. It should also work fine with responsive web pages
asked
1 answers
0

In your SASS  (/buildingblocks/templategrid/_templategrid-profilecard.scss) you change the fixed width.. Furthermore if you want to make it responsive, try adding the corresponding bootstrap classes

answered