Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css prevent text wrap

div {
  /* This is the default, you don't need to
     explicitly declare it unless overriding
     another declaration */
  white-space: normal; 
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #css #prevent #text #wrap
ADD COMMENT
Topic
Name
4+5 =