sccoreui 6.2.14 → 6.2.15

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.
Files changed (2) hide show
  1. package/dist/App.scss +4 -0
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -2455,6 +2455,10 @@ button[aria-expanded="true"] {
2455
2455
  // }
2456
2456
  // }
2457
2457
 
2458
+ .ag-center-cols-viewport {
2459
+ min-height: 0px !important;
2460
+ }
2461
+
2458
2462
  .filter-dropdown-grid {
2459
2463
  .p-placeholder {
2460
2464
  margin-top: 3px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.2.14",
3
+ "version": "6.2.15",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",