SyntaxFix
Write A Post
Hire A Developer
Questions
For some reason the responsive table in particular doesn't behave as it should. You can patch it by getting rid of display:block;
display:block;
.table-responsive { display: table; }
I may file a bug report.
Edit:
It is an existing bug.