Because `overflow-x:auto` is applied to the table wrapper (so they can be scrolled) the table doesn't collapse margins with adjacent elements. Perhaps if the margin is applied to the wrapper instead they will collapse as they should.
Because
overflow-x:autois applied to the table wrapper (so they can be scrolled) the table doesn't collapse margins with adjacent elements.Perhaps if the margin is applied to the wrapper instead they will collapse as they should.