function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andre A.Andre A. 

Reqarding "winter 19" update

We have one production org and Developer Sandbox.

After severals small changes we wanted to commit the changes. There is an update "winter 19" too.

We have spotted one differences between pro and dev in css at the page (see picture).
The new css wants to mess up our template.

Allegedly the reason is the update "winter 19".

Is that so and what can we do to adjust this?


prod
production

development
dev
Andre A.Andre A.
by production the class .salesforceIdentityLoginBody2 has min-height: 100%
and at dev has height:100%
and this wants to mess up our template.
Raj VakatiRaj Vakati
Is its standard cumminity templates or lightning component ..??

if its lightning compoent you can override the css ... 
 
.THIS .salesforceIdentityLoginBody2 {
min-height: 100% !important 
}