igniteui-angular 17.2.14 → 17.2.15

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.
@@ -377,9 +377,9 @@
377
377
  align-items: center;
378
378
 
379
379
  @if $indigo-theme {
380
- height: calc(100% - #{rem(1px)}) !important;
380
+ min-height: calc(100% - #{rem(1px)}) !important;
381
381
  } @else {
382
- height: 100% !important;
382
+ min-height: 100% !important;
383
383
  }
384
384
  transition: color $transition-timing, background $transition-timing;
385
385
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "17.2.14",
3
+ "version": "17.2.15",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",