.table-checkout-shipping-method tbody tr td:nth-child(3){
    text-wrap: auto;
}
.table-checkout-shipping-method tbody tr td:nth-child(2){
    width: 15%
}
/*
.table-checkout-shipping-method tbody tr:first-child td .price::before,
label[for="s_method_flexibleshipping_flexibleshipping"] .price::before {
    content: 'TBC';
    color: black;
    position: absolute;
    top: 0;
    left: 0;
}

.table-checkout-shipping-method tbody tr:first-child td .price,
label[for="s_method_flexibleshipping_flexibleshipping"] .price{
    position: relative;
    color: transparent;
}
*/