general-library-union 3.1.1 → 3.1.3

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.1",
3
+ "version": "3.1.3",
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
344
  .p-datatable table {
344
- font-size: 0.8rem;
345
+ font-size: 0.8rem !important;
345
346
  }
346
347
  }
@@ -359,6 +359,6 @@
359
359
 
360
360
  @media (max-width:1366px){
361
361
  .p-datatable table {
362
- font-size: 0.8rem;
362
+ font-size: 0.8rem !important;
363
363
  }
364
364
  }