Is there any workaround for the following \"1 pixel to the left\" bug?
Best CSS only solution:
Add
td { background-clip: padding-box }
More information: https://developer.mozilla.org/en-US/docs/CSS/background-clip
Thanks to @medoingthings