general-library-union 3.1.2 → 3.1.4

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.2",
3
+ "version": "3.1.4",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -338,9 +338,10 @@
338
338
  @include scaledPadding($tableFooterPadding, $tableScaleLG);
339
339
  }
340
340
  }
341
+ }
341
342
 
342
343
  @media (max-width:1366px){
343
- .p-datatable table {
344
- font-size: 0.8rem >!important;
344
+ .p-datatable-thead > tr > th {
345
+ font-size: 0.9rem !important;
345
346
  }
346
347
  }
@@ -357,8 +357,9 @@
357
357
  }
358
358
  }
359
359
 
360
+
360
361
  @media (max-width:1366px){
361
- .p-datatable table {
362
- font-size: 0.8rem !important;
362
+ .p-datatable-thead > tr > th {
363
+ font-size: 0.9rem !important;
363
364
  }
364
365
  }