Add the following css to admin-custom.css (may need to create file if not already exists)


/*** PRINT ORDER LAYOUT ***/

.printFormat #orderFrm .col-2,.printFormat #orderFrm .col-5,.printFormat #orderFrm .col-3,.printFormat #orderFrm .col-4,.printFormat #orderFrm .col-6,.printFormat #orderFrm .col-1{

    width: auto;

}

.printFormat #orderFrm .col-1, .d-print-none .col-1{

    min-width: 8.333%;width:8.333%;

}

.printFormat #orderFrm .col-2,.d-print-none .col-sm-2{

    min-width: 16.666%;width:16.666%;

}

.printFormat #orderFrm .col-3,.d-print-none .col-sm-3{

    min-width: 25%;width:25%;

}

.printFormat #orderFrm .col-4{

    min-width: 33.333%;width:33%;

}

.printFormat #orderFrm .col-5{

    min-width: 41%;width:41%;

}

.printFormat #orderFrm .col-6, .d-print-none .col-6{

    min-width: 50%;width:50%;

}


/*** NEW PRINT OPTIONS THAT NEED COPYING BACK TO adminprint.css ***/

.printFormat .mt-4 .card-header{

    padding:.5rem

}

.printFormat .card-body.p-4{

    padding:1rem!important;

}

.printFormat .table tr:first-child td, .table tr:first-child th {

    padding-top: 5px !important;

}

.printFormat .table tr:last-child td, .table tr:last-child th {

    padding-bottom: 5px !important;

}