corebos icon indicating copy to clipboard operation
corebos copied to clipboard

TUI ListView: add padding to cells

Open joebordes opened this issue 4 years ago • 2 comments

FireShot Capture 1110 - Administrator - Leads - coreBOS - localhost

joebordes avatar Mar 28 '21 10:03 joebordes

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.

Luke1982 avatar Apr 11 '21 13:04 Luke1982

LGTM

joebordes avatar Apr 11 '21 16:04 joebordes