general-library-union 2.9.60 → 2.9.61

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.9.60",
3
+ "version": "2.9.61",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3916,6 +3916,10 @@ td.GrupoColor {
3916
3916
  margin-top: 40px;
3917
3917
  }
3918
3918
 
3919
+ .p-tree .p-tree-container .p-treenode .p-treenode-content {
3920
+ font-size: 0.7rem;
3921
+ }
3922
+
3919
3923
  }
3920
3924
 
3921
3925
 
@@ -4934,6 +4934,10 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4934
4934
  width: 50% !important;
4935
4935
  }
4936
4936
 
4937
+ .p-tree .p-tree-container .p-treenode .p-treenode-content {
4938
+ font-size: 0.7rem;
4939
+ }
4940
+
4937
4941
  }
4938
4942
 
4939
4943