I'm beginner in codeigniter 4. So I made a card for event, and the description of the event is long. When I try to put the event data from database to the card, the card is like this (the long of the card depends on the long of the description text):
So I want to minimize it so the card will still in a default shape although it has very long description. So, when user want to know a full-description, they should go to button details. Thank you so much for your response. Sorry for my lack of explaining it, I hope you understand what I mean.
I've search many tutorials, and it seems I can't explain it better to search engine, so it doesn't know what I mean. It just showing how to minimize spacing between cards, how to align a text or image, or different types of card, etc. And I still doesn't find the answer.