I have a Bootstrap responsive table
which is within a div
with the CSS
display:table
. This seems to be preventing the table from becoming responsive. How can I make the table responsive without changing the outer CSS
?
For reference, display:table
is used to create a "sticky footer": How to create a sticky footer that plays well with Bootstrap 3