Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

dont brake text in css

selector {
  /* This is the default, you don't need to
     explicitly declare it unless overriding
     another declaration */
  white-space: normal; 
}
/*
____________________________________________
normal	    Collapse	Collapse	Wrap    |
--------------------------------------------
pre	        Preserve	Preserve	No wrap |
--------------------------------------------
nowrap   	Collapse	Collapse	No wrap |
--------------------------------------------
pre-wrap	Preserve	Preserve	Wrap    |
--------------------------------------------
pre-line	Preserve	Collapse	Wrap    |
____________________________________________
*/

/*
Source : https://css-tricks.com
*/
 
PREVIOUS NEXT
Tagged: #dont #brake #text #css
ADD COMMENT
Topic
Name
9+1 =