Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css line break width

span { 
    display:block;
    width:150px;
    word-wrap:break-word;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #line #break #width
ADD COMMENT
Topic
Name
3+1 =