general-library-union 3.1.4 → 3.1.5

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.1.4",
3
+ "version": "3.1.5",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -342,6 +342,6 @@
342
342
 
343
343
  @media (max-width:1366px){
344
344
  .p-datatable-thead > tr > th {
345
- font-size: 0.9rem !important;
345
+ font-size: 0.8rem !important;
346
346
  }
347
347
  }
@@ -360,6 +360,6 @@
360
360
 
361
361
  @media (max-width:1366px){
362
362
  .p-datatable-thead > tr > th {
363
- font-size: 0.9rem !important;
363
+ font-size: 0.8rem !important;
364
364
  }
365
365
  }