EC Theme breaks print preview in Employee CenterDescriptionEC Theme breaks print preview in Employee CenterSteps to Reproduce 1. Log into an OOB instance with the latest version of Employee Center installed (38.0.5)2. Navigate to the /esc portal3. Open any KB article4. Right-click the page and select 'Print'Expected behavior: The print preview should load the page contentActual behavior: The content is misaligned*Note: The issue was not reproducible in Employee Center version 35.0.5. The issue appears on the latest version (38.0.5)WorkaroundThis issue has been fixed in the December 2025 version of Employee Center. The workaround is to update the "ec-theme-global" Style Sheet/sp_css.do?sys_id=5000dad71bb8f85047582171604bcb47 and add the following lines: @media print { .sp-page-root { container-type: normal; } }Related Problem: PRB1925878