When designing a component, you might need to truncate the displayed text to a fixed number of lines and show an ellipsis.
This is possible using...
For further actions, you may consider blocking this person and/or reporting abuse
I have been trying to wrap fonts inside a table in chakra ui and had been not successful. Is there a way to do it? Here is my code and my website image
As you could see in this image... all data comes to this table via table_data[1] object. But I want the column width to be uniform and should come within the visible width of the container. The fonts are not wrapping and its overflowing. Due to this the table cell is automatically going for a scroll. Its not wrapping the content within the cell. Could you help me find out what css property or chakra ui property I could add?
Here is my code