@pepperi-addons/ngx-composite-lib 0.4.2-beta.83 → 0.4.2-beta.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1023,7 +1023,7 @@ class SectionComponent extends BaseDestroyerDirective {
1023
1023
  else {
1024
1024
  this.renderer.setStyle(section.nativeElement, 'grid-auto-flow', 'row');
1025
1025
  this.renderer.setStyle(section.nativeElement, 'grid-template-columns', 'unset');
1026
- this.renderer.setStyle(section.nativeElement, 'grid-template-rows', cssSplitString);
1026
+ this.renderer.setStyle(section.nativeElement, 'grid-template-rows', 'unset');
1027
1027
  // In runtime (or preview mode).
1028
1028
  if (!this.editable) {
1029
1029
  const cssSplitArray = cssSplitString.split(' ');