Release Notes > JViews TGO 7.5 Release Notes > Compatibility Issues > API

object."ilog.tgo.model.IltObject" {
  layoutFixed: true;
}
Replace it with the following CSS extract:
object."ilog.tgo.model.IltObject":graphLayoutRenderer {
  fixed: true;
}
or
object."ilog.tgo.model.IltAbstractLink":linkLayoutRenderer {
  fixed: true;
}