Please follow the provided steps below:
- Go to Directory ...\maximo\applications\maximo\maximouiweb\webmodule\webclient\css
- Search for the file maximo.css
- Change the height/width in the wfmd tag which looks like this:
.wfmd
{
width:800px;
height:375px;
border:1px solid #999999;
overflow:auto;
}
- Increase the values on width and height.
- Save the changes.
- Rebuild and redeploy the EAR files and restart the Maximo application server
- Change to:
width:1200px;
height:570px;
No comments:
Post a Comment