Text not following height rules

Hey there, wondering if anyone can help me.

For some reason, the chat function has turned from this:
image

To this:

The text element has a fixed height of 25px but it seems to override this and just display all of the last message. The groups containers they are within are all fit to height too. Does anyone know a solution?

I set a max height for my text and it seems to be working fine for me :thinking:
You can consider using some CSS on your text element with the property of overflow set to hidden

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.