general-library-union 3.2.65 → 3.2.66

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": "3.2.65",
3
+ "version": "3.2.66",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1284,7 +1284,8 @@ min-height: 60px !important;
1284
1284
  border-radius: 50%;
1285
1285
  overflow: hidden;
1286
1286
  text-align: center;
1287
- margin-top: -6px;
1287
+ margin-top: -9px;
1288
+ padding: 3px 0 0px;
1288
1289
  background: #fff;
1289
1290
  }
1290
1291