cmf-core-controls-page-section[section-id="pageSectionHistory"] cmf-core-business-controls-entityHistory {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
}
cmf-core-controls-page-section[section-id="pageSectionRelations"] cmf-core-business-controls-entityRelations {
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
}
cmf-core-controls-page-section[section-id="pageSectionRelations"] .actionBar-editRelations {
  width: 100%;
  margin-bottom: 16px;
}
cmf-core-controls-page-title {
  overflow: hidden;
}
cmf-core-controls-page-title cmf-core-business-controls-versionDropdown {
  display: block;
}
.actionBar-editAttributes {
  width: 100%;
}
::ng-deep cmf-core-controls-page-section[section-id="pageSectionDetails"] div.content.wrap {
  display: grid;
  grid-gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
