You would typically have this problem when you use fixed layouts or fixed size widgets (both width and height is set in pixels). Take a look at the widgets that overflow, and see if you need to have their height fixes. Also, check if the following CSS rule applies to these widgets:
white-space: normal; It will tell the widgets to wrap the text if it exceeds the width of an element. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
