Jump to content

how to change text clipping to wrap to second line


Marek N

Recommended Posts

The link to the website has been removed because links to commercial websites are not permitted by the forum guidelines.

Try to set up a simple code example with minimal HTML and CSS which reproduces the problem and people will be able to help you.

The issue you're seeing it likely caused by a CSS rule preventing text from wrapping and hiding overflow.

Link to comment
Share on other sites

white-space: nowrap is most likely the cause of the problem, so it would not work as a solution. white-space: normal is what would have to be applied to the element to override that.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...