@beacon-interactive-systems-llc/beacon-platform-ui 17.11.9 → 17.11.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "17.11.9",
3
+ "version": "17.11.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",
@@ -127,6 +127,10 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
127
127
 
128
128
  .list-view-container {
129
129
  height: calc(98vh - $header-height);
130
+
131
+ &.nested-component-list-container {
132
+ height: calc(85vh - $header-height) !important;
133
+ }
130
134
  }
131
135
  }
132
136