Hello,
I'm trying to use ListGrid cell wrapping along with some CSS to indent the whole paragraph. This works fine in Internet Explorer, but in Chrome, the padding can cause the text to overflow to right and get cut off. See screenshots below.
Is this a bug with SmartGWT, or one with Chrome? Is there another method to set padding for a cell that won't interfere with wrapping?
Thanks,
John
SmartClient Version: v12.0p_2018-04-03/LGPL Development Only (built 2018-04-03)
Chrome:
IE (desired behavior):
Style of the <td>:
I'm trying to use ListGrid cell wrapping along with some CSS to indent the whole paragraph. This works fine in Internet Explorer, but in Chrome, the padding can cause the text to overflow to right and get cut off. See screenshots below.
Is this a bug with SmartGWT, or one with Chrome? Is there another method to set padding for a cell that won't interfere with wrapping?
Thanks,
John
SmartClient Version: v12.0p_2018-04-03/LGPL Development Only (built 2018-04-03)
Chrome:
IE (desired behavior):
Style of the <td>:
Comment