@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.
@@ -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: 0;
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: 0;
3709
+ line-height: normal;
3710
3710
  padding-bottom: 0;
3711
3711
  padding-top: 0;
3712
3712
  }
@@ -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: 0;
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: 0;
3744
+ line-height: normal;
3745
3745
  padding-bottom: 0;
3746
3746
  padding-top: 0;
3747
3747
  }