@syncfusion/ej2-vue-grids 21.1.35 → 21.1.38
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/CHANGELOG.md +13 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +10 -9
- package/styles/bootstrap-dark.css +3 -4
- package/styles/bootstrap.css +3 -4
- package/styles/bootstrap4.css +3 -4
- package/styles/bootstrap5-dark.css +3 -4
- package/styles/bootstrap5.css +3 -4
- package/styles/fabric-dark.css +3 -4
- package/styles/fabric.css +3 -4
- package/styles/fluent-dark.css +3 -4
- package/styles/fluent.css +3 -4
- package/styles/grid/bootstrap-dark.css +3 -4
- package/styles/grid/bootstrap.css +3 -4
- package/styles/grid/bootstrap4.css +3 -4
- package/styles/grid/bootstrap5-dark.css +3 -4
- package/styles/grid/bootstrap5.css +3 -4
- package/styles/grid/fabric-dark.css +3 -4
- package/styles/grid/fabric.css +3 -4
- package/styles/grid/fluent-dark.css +3 -4
- package/styles/grid/fluent.css +3 -4
- package/styles/grid/highcontrast-light.css +3 -4
- package/styles/grid/highcontrast.css +3 -4
- package/styles/grid/material-dark.css +3 -4
- package/styles/grid/material.css +3 -4
- package/styles/grid/tailwind-dark.css +3 -4
- package/styles/grid/tailwind.css +3 -4
- package/styles/highcontrast-light.css +3 -4
- package/styles/highcontrast.css +3 -4
- package/styles/material-dark.css +3 -4
- package/styles/material.css +3 -4
- package/styles/tailwind-dark.css +3 -4
- package/styles/tailwind.css +3 -4
package/styles/tailwind.css
CHANGED
|
@@ -3545,9 +3545,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3545
3545
|
margin-left: 12px;
|
|
3546
3546
|
width: 12px;
|
|
3547
3547
|
}
|
|
3548
|
-
.e-grid.sf-grid .e-table {
|
|
3549
|
-
border-spacing: 0.25px;
|
|
3550
|
-
}
|
|
3551
3548
|
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3552
3549
|
margin-left: -9px;
|
|
3553
3550
|
}
|
|
@@ -3692,7 +3689,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3692
3689
|
padding: 0 0 0 8px;
|
|
3693
3690
|
}
|
|
3694
3691
|
|
|
3695
|
-
.e-grid-min-height .e-rowcell
|
|
3692
|
+
.e-grid-min-height .e-rowcell,
|
|
3693
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3694
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3696
3695
|
line-height: 0;
|
|
3697
3696
|
padding-bottom: 0;
|
|
3698
3697
|
padding-top: 0;
|