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