.table-responsive
{
    display : block;
    width : 100%;
    min-height : 0;
    overflow-x : auto;
}