Automatic line wrapping of td in table table

All major browsers support the word-wrap attribute.

The word-wrap attribute allows long words or URL addresses to wrap to the next line.

 

grammar:

word-wrap: normal|break-word; //normal: wraps lines only at allowed hyphenation points (the browser keeps the default handling).
//break-word: Breaks lines inside long words or URL addresses.

 

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326964454&siteId=291194637