Using SC 8.2.
I have a question regarding the layout of table cells in a ListGrid. I modified one column's cells so that there is additional left padding. This was done in a CSS stylesheet. What happens now is that my content gets pushed off the right hand side of the cell because the cell doesn't know anything about the additional padding.
What is the recommended way to do custom padding in a cell so that content doesn't get truncated on the right hand side?
I have a question regarding the layout of table cells in a ListGrid. I modified one column's cells so that there is additional left padding. This was done in a CSS stylesheet. What happens now is that my content gets pushed off the right hand side of the cell because the cell doesn't know anything about the additional padding.
What is the recommended way to do custom padding in a cell so that content doesn't get truncated on the right hand side?
Comment