I have trying to work this out for months, and Google hasn\'t helped me. I\'m trying to have spacing between use and tags in a table,
Here is the cool hack to do that
table {
border-collapse: inherit;
border-spacing: 10px;
width: calc(100% + 20px);
margin-left: -10px;
}
margin-left: -10px;
to remove left padding but in the right there will be 20px padding. Now to update it use width: calc(100% + 20px);