When the users prints the OrderPlaced page it doesn't look that good.
Expected Behavior
These should be a custom for printing the page.
Current Behavior
It just tries to print the whole page with the original styling.
Possible Solution
Add CSS global classes using @media print that will only be applied when the user tries to print the page.
When the users prints the OrderPlaced page it doesn't look that good.
Expected Behavior
These should be a custom for printing the page.
Current Behavior
It just tries to print the whole page with the original styling.
Possible Solution
Add CSS global classes using
@media printthat will only be applied when the user tries to print the page.