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

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

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -