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.
- package/package.json +1 -1
- package/style/index.less +7 -0
package/package.json
CHANGED
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
|
}
|