From b4eb275d9e12f3d9d0c14927da13ceb63bb8ac1c Mon Sep 17 00:00:00 2001 From: Ohsudev <76500320+Ohsudev@users.noreply.github.com> Date: Wed, 6 May 2026 10:26:16 -0700 Subject: [PATCH] Modified Print mode Cage Layout to prevent (#1706) * Modified Print mode Cage Layout to prevent truncating of cages. * Modified Print mode Cage Layout to prevent truncating of cages. In addition, modified testing scripts to pass Team City builds. * Revert "Modified Print mode Cage Layout to prevent" This reverts commit 25e1c85b5755d406f022b6adc5d23e1f5adede21. --------- Co-authored-by: blasar Co-authored-by: Marty Pradere --- onprc_ehr/resources/views/printRoom.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/onprc_ehr/resources/views/printRoom.html b/onprc_ehr/resources/views/printRoom.html index 55f2aa8a8..01211fcf8 100644 --- a/onprc_ehr/resources/views/printRoom.html +++ b/onprc_ehr/resources/views/printRoom.html @@ -50,6 +50,7 @@ foundCages = true; Ext4.create('Ext.panel.Panel', { border: false, + width: 1450, defaults: { border: false }, @@ -63,7 +64,7 @@ } else { // Hack to improve printing in Chrome - if (Ext4.isChrome) { Ext4.get(webpart.wrapperDivId).setStyle({zoom: '150%'}); }; + if (Ext4.isChrome) { Ext4.get(webpart.wrapperDivId).setStyle({zoom: '110%'}); }; } }, this);