@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.
- package/npm-shrinkwrap.json +2 -2
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/wmapp/scripts/wm-libs.js +278 -1589
- package/wmapp/scripts/wm-libs.min.js +277 -2025
- package/wmapp/scripts/wm-loader.js +2 -2
- package/wmapp/scripts/wm-loader.min.js +2 -2
- package/wmapp/styles/foundation/foundation.css +2 -2
- package/wmapp/styles/foundation/foundation.min.css +1 -1
|
@@ -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
|
|
6274
|
+
.wm-app .app-tabs > .tab-content .tab-pane:not(.active) {
|
|
6275
6275
|
display: none;
|
|
6276
6276
|
}
|
|
6277
|
-
.wm-app .app-tabs > .tab-content
|
|
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
|
}
|