Make all price numbers display in one line instead of two

Using Dawn 15 misteri.ca

@MiguelMaya - please add this css to the very end of your base.css file and check

@media screen and (max-width: 749px) {
    .cart-item {grid-template: repeat(2, auto) / repeat(3, 1fr) !important;}
}