Break rows in tables

Hi,
I was wondering if there is anyway to break table rows.
The problem is: if a text(string) is too long the table display does not break rows and it gets really long (horizontally).
Example:

Any tips to break the text into multiple rows and avoid this long line?

Thanks!

Hi @luccazen
Currently there’s no ellipsis on the dashboard, so you would need to cut the text - you can do that with Custom Expression’s substring() or manually in SQL.
You might be interested in the following issues - upvote by clicking :+1: on the first post the issue(s):
https://github.com/metabase/metabase/issues/6826
https://github.com/metabase/metabase/issues/10372