@syncfusion/ej2-angular-grids 19.4.47 → 19.4.52
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 +16 -0
- package/README.md +1 -1
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +90 -90
- package/styles/bootstrap5.css +90 -90
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/grid/bootstrap-dark.css +3 -3
- package/styles/grid/bootstrap.css +3 -3
- package/styles/grid/bootstrap4.css +3 -3
- package/styles/grid/bootstrap5-dark.css +90 -90
- package/styles/grid/bootstrap5.css +90 -90
- package/styles/grid/fabric-dark.css +3 -3
- package/styles/grid/fabric.css +3 -3
- package/styles/grid/highcontrast-light.css +3 -3
- package/styles/grid/highcontrast.css +3 -3
- package/styles/grid/material-dark.css +3 -3
- package/styles/grid/material.css +3 -3
- package/styles/grid/tailwind-dark.css +100 -100
- package/styles/grid/tailwind.css +100 -100
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/tailwind-dark.css +100 -100
- package/styles/tailwind.css +100 -100
|
@@ -2609,7 +2609,7 @@
|
|
|
2609
2609
|
font-size: 12px;
|
|
2610
2610
|
line-height: 20px;
|
|
2611
2611
|
overflow: hidden;
|
|
2612
|
-
padding: .7em;
|
|
2612
|
+
padding: 0.7em;
|
|
2613
2613
|
text-overflow: ellipsis;
|
|
2614
2614
|
vertical-align: middle;
|
|
2615
2615
|
white-space: nowrap;
|
|
@@ -3627,7 +3627,7 @@
|
|
|
3627
3627
|
}
|
|
3628
3628
|
|
|
3629
3629
|
.e-grid-min-height .e-rowcell {
|
|
3630
|
-
line-height:
|
|
3630
|
+
line-height: normal;
|
|
3631
3631
|
padding-bottom: 0;
|
|
3632
3632
|
padding-top: 0;
|
|
3633
3633
|
}
|
|
@@ -3706,7 +3706,7 @@
|
|
|
3706
3706
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3707
3707
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3708
3708
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3709
|
-
line-height:
|
|
3709
|
+
line-height: normal;
|
|
3710
3710
|
padding-bottom: 0;
|
|
3711
3711
|
padding-top: 0;
|
|
3712
3712
|
}
|
package/styles/grid/material.css
CHANGED
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
font-size: 12px;
|
|
2645
2645
|
line-height: 20px;
|
|
2646
2646
|
overflow: hidden;
|
|
2647
|
-
padding: .7em;
|
|
2647
|
+
padding: 0.7em;
|
|
2648
2648
|
text-overflow: ellipsis;
|
|
2649
2649
|
vertical-align: middle;
|
|
2650
2650
|
white-space: nowrap;
|
|
@@ -3662,7 +3662,7 @@
|
|
|
3662
3662
|
}
|
|
3663
3663
|
|
|
3664
3664
|
.e-grid-min-height .e-rowcell {
|
|
3665
|
-
line-height:
|
|
3665
|
+
line-height: normal;
|
|
3666
3666
|
padding-bottom: 0;
|
|
3667
3667
|
padding-top: 0;
|
|
3668
3668
|
}
|
|
@@ -3741,7 +3741,7 @@
|
|
|
3741
3741
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3742
3742
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3743
3743
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3744
|
-
line-height:
|
|
3744
|
+
line-height: normal;
|
|
3745
3745
|
padding-bottom: 0;
|
|
3746
3746
|
padding-top: 0;
|
|
3747
3747
|
}
|