general-library-union 2.9.45 → 2.9.48

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.45",
3
+ "version": "2.9.48",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4144,7 +4144,7 @@ td.GrupoColor {
4144
4144
  }
4145
4145
 
4146
4146
  .planta-personal .p-tree {
4147
- max-height: 400px;
4147
+ max-height: 310px;
4148
4148
  height: 100%;
4149
4149
  }
4150
4150
 
@@ -4156,6 +4156,8 @@ td.GrupoColor {
4156
4156
  position: initial;
4157
4157
  order: 1;
4158
4158
  height: auto;
4159
+ box-shadow: 0px 0px 2px var(--color-200);
4160
+
4159
4161
  }
4160
4162
 
4161
4163
 
@@ -4174,7 +4176,11 @@ td.GrupoColor {
4174
4176
 
4175
4177
  .tabla-planta-personal {
4176
4178
  height: auto;
4177
- box-shadow: 0px 0px 2px var(--color-200);
4179
+ }
4180
+
4181
+ .ordenResponsive{
4182
+ display: flex;
4183
+ flex-direction: column;
4178
4184
  }
4179
4185
 
4180
4186
 
@@ -5134,7 +5134,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5134
5134
  }
5135
5135
 
5136
5136
  .planta-personal .p-tree {
5137
- max-height: 410px;
5137
+ max-height: 310px;
5138
5138
  height: 100%;
5139
5139
  }
5140
5140
 
@@ -5178,6 +5178,11 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5178
5178
  height: auto;
5179
5179
 
5180
5180
  }
5181
+
5182
+ .ordenResponsive{
5183
+ display: flex;
5184
+ flex-direction: column;
5185
+ }
5181
5186
  }
5182
5187
 
5183
5188