table.ui-pager-table {
    height: 40px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    table.ui-pager-table tr td {
        display: inline-block;
    }
}
/* 
.ui-jqgrid tr.jqgrow td
{           
    word-wrap: break-word; 
    white-space: pre-wrap;
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;
    padding-bottom: 3px; 
}
 */
