general-library-union 2.9.60 → 2.9.62

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.62",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3887,7 +3887,7 @@ td.GrupoColor {
3887
3887
  @media (max-width:768px) {
3888
3888
 
3889
3889
  #actosAdministrativos .contenido {
3890
- width: 70%;
3890
+ width: 74%;
3891
3891
  }
3892
3892
 
3893
3893
 
@@ -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
 
@@ -4897,7 +4897,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4897
4897
  @media (max-width:768px) {
4898
4898
 
4899
4899
  #actosAdministrativos .contenido {
4900
- width: 70%;
4900
+ width: 74%;
4901
4901
  }
4902
4902
 
4903
4903
 
@@ -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