@wavemaker/app-runtime-wm-build 11.14.1-rc.6311 → 11.14.2-1.245

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.
@@ -6271,10 +6271,10 @@
6271
6271
  height: 100%;
6272
6272
  background: var(--wm-tabs-content-background);
6273
6273
  }
6274
- .wm-app .app-tabs > .tab-content > .tab-pane:not(.active) {
6274
+ .wm-app .app-tabs > .tab-content .tab-pane:not(.active) {
6275
6275
  display: none;
6276
6276
  }
6277
- .wm-app .app-tabs > .tab-content > .tab-pane > .tab-body {
6277
+ .wm-app .app-tabs > .tab-content .tab-pane > .tab-body {
6278
6278
  padding: var(--wm-tabs-body-padding);
6279
6279
  min-height: var(--wm-tabs-body-height);
6280
6280
  }