d2coreui 23.0.21 → 23.0.22

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/package.json +1 -1
  2. package/style/index.less +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "d2coreui",
3
- "version": "23.0.21",
3
+ "version": "23.0.22",
4
4
  "description": "Core UI components and utilities library.",
5
5
  "author": "Ipesoft s.r.o.",
6
6
  "license": "MIT",
package/style/index.less CHANGED
@@ -243,4 +243,11 @@ body {
243
243
  .d2-page-header-heading-extra > * {
244
244
  margin-left: 12px;
245
245
  white-space: unset;
246
+ }
247
+
248
+ // ag-grid with no header
249
+ .ag-grid-no-header .ag-theme-balham .ag-header {
250
+ height: 0 !important;
251
+ min-height: 0 !important;
252
+ border-bottom: 0 !important;
246
253
  }