general-library-union 2.9.46 → 2.9.49
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
|
@@ -4140,11 +4140,11 @@ td.GrupoColor {
|
|
|
4140
4140
|
}
|
|
4141
4141
|
|
|
4142
4142
|
.planta-personal .p-tree-wrapper.ng-star-inserted {
|
|
4143
|
-
max-height:
|
|
4143
|
+
max-height: 290px !important;
|
|
4144
4144
|
}
|
|
4145
4145
|
|
|
4146
4146
|
.planta-personal .p-tree {
|
|
4147
|
-
max-height:
|
|
4147
|
+
max-height: 310px;
|
|
4148
4148
|
height: 100%;
|
|
4149
4149
|
}
|
|
4150
4150
|
|
|
@@ -5134,9 +5134,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5134
5134
|
}
|
|
5135
5135
|
|
|
5136
5136
|
.planta-personal .p-tree {
|
|
5137
|
-
max-height:
|
|
5137
|
+
max-height: 310px;
|
|
5138
5138
|
height: 100%;
|
|
5139
5139
|
}
|
|
5140
|
+
|
|
5141
|
+
.planta-personal .p-tree-wrapper.ng-star-inserted {
|
|
5142
|
+
max-height: 290px !important;
|
|
5143
|
+
}
|
|
5140
5144
|
|
|
5141
5145
|
|
|
5142
5146
|
}
|