Skip to content

Commit 1bb2607

Browse files
authored
fix(input-group): fix icons size when svg icons are used inside the prefix/suffix of the input group combo and select (#14644)
1 parent ce40a5a commit 1bb2607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@
377377
align-items: center;
378378

379379
@if $indigo-theme {
380-
height: calc(100% - #{rem(1px)}) !important;
380+
min-height: calc(100% - #{rem(1px)}) !important;
381381
} @else {
382-
height: 100% !important;
382+
min-height: 100% !important;
383383
}
384384
transition: color $transition-timing, background $transition-timing;
385385

0 commit comments

Comments
 (0)