pupudu/window-table

Couldn't hide border of the last child from thead

18601673727 opened this issue · 3 comments

Hi,
Thanks for bring us such a nice lib! Really helpful but there seems to be a tiny flaw:

.table-header-cell, .table-cell {
    padding: 15px;
    border-bottom: 4px solid var(--light);
    border-right: 4px solid var(--light);

    &:last-child {
      border-right: 0;
    }
}

Result:
image

Hi there,
Thank you for creating this issue.

Could you tell me a bit more about this issue? Does it happen only for the text columns?

Or is it possible for you to reproduce this in a demo codesandbox or something? Would be pretty easy to fix it if you can do that.

Cheers.

Hi @18601673727
This issue has been fixed with v0.8.11
https://codesandbox.io/embed/wild-smoke-eof57

Thanks again for opening this issue