diff --git a/modules/ui/src/app/components/program-type-icon/program-type-icon.component.ts b/modules/ui/src/app/components/program-type-icon/program-type-icon.component.ts index ccf5b3335..45a34ddfc 100644 --- a/modules/ui/src/app/components/program-type-icon/program-type-icon.component.ts +++ b/modules/ui/src/app/components/program-type-icon/program-type-icon.component.ts @@ -28,6 +28,7 @@ import { MatIcon } from '@angular/material/icon'; padding-right: 4px; } .icon { + display: flex; width: 16px; height: 16px; line-height: 16px; diff --git a/modules/ui/src/app/pages/devices/components/device-qualification-from/device-qualification-from.component.scss b/modules/ui/src/app/pages/devices/components/device-qualification-from/device-qualification-from.component.scss index 3ce6ee85b..695c6bbe4 100644 --- a/modules/ui/src/app/pages/devices/components/device-qualification-from/device-qualification-from.component.scss +++ b/modules/ui/src/app/pages/devices/components/device-qualification-from/device-qualification-from.component.scss @@ -306,10 +306,9 @@ $form-min-width: 732px; } :host mat-form-field { - &::ng-deep.mat-mdc-form-field-subscript-wrapper:has( - mat-error.error-multiline - ) { - height: 46px; + &::ng-deep.mat-mdc-form-field-error-wrapper { + margin-top: -20px; + position: static; } }