Text overflow in modal dialog

Text overflow in modal dialog


Hello, I've created a custom theme with theme-roller and I've applied
it to my page but when I open a modal dialog with a long one line
text, the original div that had the text (I assume it's transformed to
the ui-dialog-content div) has a fixed width and height. That provokes
that do not get right padding and it appears next to the right border.
Playing with firebug and disabling the width and height properties
added to the div, I get the correct rendering and the text appears in
the center of the dialog. As this style is added over the div, it
overwrites whatever I can put in the ui-dialog-content css properties
so I don't know what to do. Setting a custom width for the entire
dialog does not solve the problem, since the line is too long and it
appears next to the right border too.