Browse Source

Merge pull request #13681 from deaflynx/fix/ota-update-scroll

OTA updates package form fix scrolling for long file name
pull/13737/head
Igor Kulikov 1 year ago
committed by GitHub
parent
commit
61b4fe8d75
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.html

2
ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.html

@ -63,7 +63,7 @@
</div> </div>
<div class="mat-padding flex flex-col gap-2"> <div class="mat-padding flex flex-col gap-2">
<form [formGroup]="entityForm"> <form [formGroup]="entityForm">
<fieldset [disabled]="(isLoading$ | async) || !isEdit" class="flex flex-col"> <fieldset [disabled]="(isLoading$ | async) || !isEdit" class="flex flex-col min-w-full">
<div class="flex flex-row xs:flex-col gt-xs:gap-2"> <div class="flex flex-row xs:flex-col gt-xs:gap-2">
<mat-form-field class="mat-block flex-full gt-xs:max-w-45%"> <mat-form-field class="mat-block flex-full gt-xs:max-w-45%">
<mat-label translate>ota-update.title</mat-label> <mat-label translate>ota-update.title</mat-label>

Loading…
Cancel
Save