Prevent Long URL’s From Breaking Out of Container
p.test {
word-wrap: break-word;
}
word-wrap: break-word;
}
Syntax: word-wrap: normal|break-word|initial|inherit;
-ms-word-break: break-all;
/* Be VERY careful with this, breaks normal words wh_erever */ 
word-break: break-all; 
/* Non standard for webkit */ 
word-break: break-word; 
-webkit-hyphens: auto; 
-moz-hyphens: auto; 
hyphens: auto;

0 comments:
Post a Comment