trying to fix html, cant figure out there this 1px right gap between table and wrapping div is coming from...
- Forgot to mention, I am using Bootstrap.
I believe, it could be some sort of unavoidable defect coming from oppressiveness of Bootstrap engine.
Here is the screenshots (with zoomed area) and corresponding css, please note the gap is between <table class="table">
and <div class="panel-body">
, not between tr-td-thead-tbody and table.
(added red border for better visibility of that white 1px gap)
Here I am adding computed styles for both - wrapping div "panel-body" and the table, since its a Bootstrap engine, responsive, the size is calculated on the fly.