We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9710542 commit 3a0e38eCopy full SHA for 3a0e38e
1 file changed
projects/igniteui-angular/input-group/src/input-group/themes/_base.scss
@@ -312,6 +312,13 @@ $transition-timing: .25s $out-cubic;
312
}
313
314
@include m(file) {
315
+ // Collapse the unused row (--_bundle-row is 1 or 2) so the other gets full height.
316
+ @include e(bundle) {
317
+ grid-template-rows:
318
+ minmax(0, calc((2 - var(--_bundle-row)) * 100%))
319
+ minmax(0, calc((var(--_bundle-row) - 1) * 100%));
320
+ }
321
+
322
@include e(input) {
323
grid-column: 2 / -2;
324
0 commit comments