Re: Why “word-wrap” css style doesn't work inside a (GWT)?

2014-03-31 Thread Tom
I couldn't fix the tag so I start to use Grid. But Grid din't recognize the *break-word* Subject in Css .myBreakWord{ word-wrap:break-word; table-layout:fixed; } Is there anything wrong with my code? On Monda

Re: Why “word-wrap” css style doesn't work inside a (GWT)?

2014-03-31 Thread Jens
> > Do you know how to fix it? > The most basic example works: http://jsfiddle.net/84dsH/ So investigate your CSS using your browsers Dev Tools. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and

Re: Why “word-wrap” css style doesn't work inside a (GWT)?

2014-03-31 Thread Tom
i did but it look really ugly. Ex: I got a DockLayoutPanel & in the I have a HTMLPanel that hold . So if i use then some how the text inside the table were centralised like this | Aa |---> this is the edge of the

Re: Why “word-wrap” css style doesn't work inside a (GWT)?

2014-03-30 Thread Jens
You have to use table-layout:fixed in your CSS for the table element. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...

Why “word-wrap” css style doesn't work inside a (GWT)?

2014-03-29 Thread Tom
work fine So Why "word-wrap" css style doesn't work inside a (GWT)? ( http://stackoverflow.com/questions/22740185/why-word-wrap-css-style-doesnt-work-inside-a-table-gwt ) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" g