From 21801705fcc91b1901bd2be1fc444cb235d237ac Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Wed, 4 Feb 2026 13:00:38 +0200 Subject: [PATCH] Style fixes --- .../pages/mobile/bundes/mobile-bundle-dialog.component.scss | 2 +- ui-ngx/src/theme-overwrites.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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() {