@gravitee/ui-components 3.29.4-add-save-bar-padding-2d012c3 → 3.30.0
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
|
@@ -119,7 +119,7 @@ export class GvDocumentation extends LitElement {
|
|
|
119
119
|
padding: 0.5rem;
|
|
120
120
|
|
|
121
121
|
/* add padding when save bar is open */
|
|
122
|
-
padding-bottom: var(--gv-policy-studio--
|
|
122
|
+
padding-bottom: var(--gv-policy-studio--pb);
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
/* Hack for long string */
|
|
@@ -706,7 +706,7 @@ export class GvProperties extends KeyboardElement(LitElement) {
|
|
|
706
706
|
display: flex;
|
|
707
707
|
justify-content: center;
|
|
708
708
|
align-items: center;
|
|
709
|
-
height: calc(100% - var(--gv-policy-studio--
|
|
709
|
+
height: calc(100% - var(--gv-policy-studio--pb, 0px));
|
|
710
710
|
flex-direction: column;
|
|
711
711
|
}
|
|
712
712
|
|
|
@@ -487,7 +487,7 @@ export class GvResources extends KeyboardElement(LitElement) {
|
|
|
487
487
|
display: flex;
|
|
488
488
|
justify-content: center;
|
|
489
489
|
align-items: center;
|
|
490
|
-
height: calc(100% - var(--gv-policy-studio--
|
|
490
|
+
height: calc(100% - var(--gv-policy-studio--pb, 0px));
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
.table-container {
|
|
@@ -604,7 +604,7 @@ export class GvSchemaForm extends LitElement {
|
|
|
604
604
|
min-height: 0;
|
|
605
605
|
|
|
606
606
|
/* add padding when save bar is open */
|
|
607
|
-
padding-bottom: var(--gv-policy-studio--
|
|
607
|
+
padding-bottom: var(--gv-policy-studio--pb);
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
.content > gv-schema-form-control {
|