@ardimedia/angular-portal-azure 0.3.14 → 0.3.15
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
|
@@ -1004,15 +1004,19 @@ a:focus, a:hover {
|
|
|
1004
1004
|
min-width: 100%;
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
|
-
/*
|
|
1008
|
-
.fxs-blade-content:has(kendo-grid)
|
|
1007
|
+
/* Full-height content within blades (grids, role lists, etc.) */
|
|
1008
|
+
.fxs-blade-content:has(kendo-grid),
|
|
1009
|
+
.fxs-blade-content:has(.roles-container) {
|
|
1009
1010
|
overflow-y: hidden;
|
|
1010
1011
|
}
|
|
1011
1012
|
.fxs-blade-content:has(kendo-grid) .fxs-blade-stacklayout,
|
|
1012
|
-
.fxs-blade-content:has(kendo-grid) .fxs-stacklayout-child
|
|
1013
|
+
.fxs-blade-content:has(kendo-grid) .fxs-stacklayout-child,
|
|
1014
|
+
.fxs-blade-content:has(.roles-container) .fxs-blade-stacklayout,
|
|
1015
|
+
.fxs-blade-content:has(.roles-container) .fxs-stacklayout-child {
|
|
1013
1016
|
min-height: 0;
|
|
1014
1017
|
}
|
|
1015
|
-
.apa-blade-detail:has(kendo-grid)
|
|
1018
|
+
.apa-blade-detail:has(kendo-grid),
|
|
1019
|
+
.apa-blade-detail:has(.roles-container) {
|
|
1016
1020
|
display: flex;
|
|
1017
1021
|
flex-direction: column;
|
|
1018
1022
|
min-height: 0;
|