.table-responsive table gets cut on print
Created by: lanort
If you use the class table-responsive
the table is also "responsive" on print, where you of course, can not scroll. So as a result, the table gets cut.
Example: Visit http://jsbin.com/yifol/2/ and use your browsers print preview.
Suggestion: I think it would be better to display the whole table (like without table-responsive
. So I would disable .table-responsive styles for print or enable them only for non-print.