javascript - word-wrap feature not working in chrome -


i using following stylesheet code achieve word-wrap in column of table:

<style type="text/css">     table,td {           table-layout: fixed;             } </style> 

this code works in firefox , i'm able achieve word-wrapping when tried in chrome browser, doesn't work.

can please suggest how work in browsers (ie, firefox, chrome)

maybe add word-wrap: break-word property css


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -