I have an Appixia app and I'm creating a carousel of products. Each product (item) in the carousel is implemented using the GenericStaticBlocksCellView
\ DynamicBlocksView
module
I've added the product titles by creating a block of type Text
and specifying Field = Title
I've also given the block width and height, the height is big enough to fit several lines, but if my titles are too long, they are just cut off at the end (and a ... appears).
How can I fix my long titles so all the text appears?