general-library-union 3.1.2 → 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.2",
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 >!important;
345
+ font-size: 0.8rem !important;
345
346
  }
346
347
  }