corebos
corebos copied to clipboard
TUI ListView: add padding to cells

I added left-padding to all cells and headers. Adding right padding to cells that have white-space: nowrap and a hidden overflow is a nightmare. We'd have to take a pseudo:after element, place that over the content on the right side of the cell and so on. I think this accomplishes a lot of the desired effect at 5% of the effort.
LGTM