Sudden Layout Issue After Last CSS Update for ZML (Temporary Fix Inside)

Sudden Layout Issue After Last CSS Update for ZML (Temporary Fix Inside)

Hi,
Our clients have noticed today that every section laid out with ZML suddenly shows an unwanted top padding/blank space that interrupts the user screens.
It appears that Zoho has changed the default CSS for the .zcp-col.zcp-panel-rowtype-auto element. The element now has a non-zero height, causing content to be pushed down.

Until Zoho rolls back the change, adding the following HTML snippet below to the page restores the previous look:

  1. <%{
    %>
    <style>
    .zcp-col.zcp-panel-rowtype-auto::before{
    height:0%;
    }
    </style>
    <%}%>
Zoho Support - Please check this issue
Thanks,