Merged in mcuiza/processmaker/PM-2615 (pull request #2322)
PM-2615 - Personal Information: No se despliega la información del usuario en toda la pantalla
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{
|
||||
oCasesFrame = document.getElementById('frameMain');
|
||||
oClientWinSize = getClientWindowSize();
|
||||
height = oClientWinSize.height - 105;
|
||||
height = oClientWinSize.height - 70 + "px";
|
||||
oCasesFrame.style.height = height;
|
||||
}
|
||||
function getStyle(targetElement,styleProp)
|
||||
|
||||
Reference in New Issue
Block a user