general-library-union 2.9.80 → 2.9.82

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.80",
3
+ "version": "2.9.82",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3971,6 +3971,10 @@ td.GrupoColor {
3971
3971
  display: table !important;
3972
3972
  width: 100%;
3973
3973
  }
3974
+
3975
+ .card.pl-4.pr-3.pt-3.pb-3.mb-3{
3976
+ width: 100% !important;
3977
+ }
3974
3978
  }
3975
3979
 
3976
3980
  @media (max-width:425px){
@@ -4988,7 +4988,11 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4988
4988
  .flex.ResponsiveaAjuste {
4989
4989
  display: table !important;
4990
4990
  width: 100%;
4991
- }
4991
+ }
4992
+
4993
+ .card.pl-4.pr-3.pt-3.pb-3.mb-3{
4994
+ width: 100% !important;
4995
+ }
4992
4996
  }
4993
4997
 
4994
4998