Printing Functionality Issue?

KindonC
Tera Expert

When trying to print from the Employee Center, I am seeing a weird print format where the words are not fully on the page. Any issues how to resolve?

 

KindonC_0-1758555538550.png

 

1 ACCEPTED SOLUTION

JD Barlow
Tera Guru

@KindonC  I had the same issue and opened a support case with ServiceNow. They sent the following solution which fixed the issue in our instance....


Under the EC Theme for the ESC portal, go to the CSS Variables section and add the below code:

@media print {
.sp-page-root { container-type: normal; }
}

 

Hopefully this works for you, too.

View solution in original post

5 REPLIES 5

This resolved my issue, thank you so much!