diff --git a/ui-ngx/src/app/modules/home/pages/mobile/bundes/mobile-bundle-dialog.component.scss b/ui-ngx/src/app/modules/home/pages/mobile/bundes/mobile-bundle-dialog.component.scss index 1cbd5da660..6f7816ddef 100644 --- a/ui-ngx/src/app/modules/home/pages/mobile/bundes/mobile-bundle-dialog.component.scss +++ b/ui-ngx/src/app/modules/home/pages/mobile/bundes/mobile-bundle-dialog.component.scss @@ -62,7 +62,7 @@ @media #{$mat-gt-sm} { min-width: 500px; } - .mat-horizontal-stepper-content:not(.mat-horizontal-stepper-content-inactive):nth-child(3) { + .mat-horizontal-stepper-content.mat-horizontal-stepper-content-current:nth-child(3) { height: 100%; max-height: 100%; overflow: hidden; diff --git a/ui-ngx/src/theme-overwrites.scss b/ui-ngx/src/theme-overwrites.scss index ab2891d014..fcf7faa5cb 100644 --- a/ui-ngx/src/theme-overwrites.scss +++ b/ui-ngx/src/theme-overwrites.scss @@ -69,6 +69,11 @@ } } } + .mat-mdc-button-base { + .mat-icon { + min-height: auto; + } + } } @mixin _mat-icon-overwrites() {