CSS trick: Cancel line breaks

There are times that you are designing something and you are interested before the text is misplaced or hidden before it starts. and breaking our container and style structure, but that behavior is not what our page has by default.

For this we must use a single CSS property that is quite simple to use:

#ourSelector {white-space: nowrap; }


		

Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   christian panche said

    Thanks brother, I almost ran out of neurons hahaha