general-library-union 2.8.88 → 2.8.89

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.8.88",
3
+ "version": "2.8.89",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1235,6 +1235,8 @@ min-height: 60px !important;
1235
1235
  .card-cargo .avatar-container {
1236
1236
  height: 90px !important;
1237
1237
  border: 6px solid var(--color-700) !important;
1238
+ min-width: 90px;
1239
+ width: 90px;
1238
1240
  }
1239
1241
 
1240
1242
  .card-cargo .us-foto-perfil {
@@ -1237,6 +1237,8 @@ body {
1237
1237
  .card-cargo .avatar-container {
1238
1238
  height: 90px !important;
1239
1239
  border: 6px solid var(--color-700) !important;
1240
+ min-width: 90px;
1241
+ width: 90px;
1240
1242
  }
1241
1243
 
1242
1244