general-library-union 2.7.85 → 2.7.86

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.7.85",
3
+ "version": "2.7.86",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1490,17 +1490,18 @@ body {
1490
1490
  position: initial;
1491
1491
  display: flex;
1492
1492
  justify-content: center;
1493
- margin-top: -30px;
1494
- margin-left: 60px;
1493
+ display: flex;
1494
+ justify-content: center;
1495
+ align-items: center;
1495
1496
  }
1496
1497
  .mbottom {
1497
1498
  margin-top: 0px !important;
1498
1499
  }
1499
1500
 
1500
1501
  span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
1501
- position: absolute;
1502
- top: -50px;
1503
- left: -40px;
1502
+ position: relative;
1503
+ top: -40px;
1504
+ left: -30px;
1504
1505
  min-width: 30px;
1505
1506
  height: 30px;
1506
1507
  }