general-library-union 2.3.17 → 2.3.19

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.3.17",
3
+ "version": "2.3.19",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2988,6 +2988,11 @@ td.GrupoColor {
2988
2988
 
2989
2989
  .breadEstructura .p-icon {
2990
2990
  margin: 0 5px;
2991
+ width: 10px;
2992
+ }
2993
+
2994
+ .breadEstructura .p-breadcrumb {
2995
+ padding: 0.4rem !important;
2991
2996
  }
2992
2997
 
2993
2998
 
@@ -4030,9 +4030,14 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4030
4030
 
4031
4031
  .breadEstructura .p-icon {
4032
4032
  margin: 0 5px;
4033
+ width: 10px;
4033
4034
  }
4034
4035
 
4035
4036
 
4037
+ .breadEstructura .p-breadcrumb {
4038
+ padding: 0.4rem !important;
4039
+ }
4040
+
4036
4041
  .breadEstructura span.p-menuitem-text{
4037
4042
  margin: 2px 0 1px;
4038
4043
  }