Issues with .table-bordered in a .panel
Created by: jcberquist
The new styles for using bordered tables in panels (without double bordering) are great! But I do have a couple of minor issues/enhancement requests. I would like to be able to wrap a bordered table in a panel with .table-responsive
for scrolling purposes. Since the recently added css selectors use .panel>.table-bordered
, the new styles won't apply in such a case. Also, if the table uses the .table-striped
class and the last row is odd, then the table cell backgrounds clip over the panel border in the bottom corners.