This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem: Quarantine report in OWA

The quarantine report viewed in the exchange web client (owa) seem to be broken. The banner background image is being vertically stretched to 10000pix+

The problem seems to be caused by the following css style in premium.css:

.bdyItmPrt IMG {
  max-width: 100%;
  height: auto;
}


Changing it to the following seems to fix it, though I have no idea if it breaks other reports/pages:

.bdyItmPrt IMG {
  max-width: 100%;
  /* height: auto; */
}


Following closed topic seems to describe the same problem:
https://community.sophos.com/products/unified-threat-management/astaroorg/f/75/t/64421


This thread was automatically locked due to age.
Parents Reply Children
No Data