Browse Source

UI: Add subscript height dynamic

pull/9840/head
Artem Dzhereleiko 3 years ago
parent
commit
bc14475984
  1. 3
      ui-ngx/src/app/modules/home/components/widget/action/widget-action-dialog.component.html

3
ui-ngx/src/app/modules/home/components/widget/action/widget-action-dialog.component.html

@ -41,9 +41,10 @@
{{ 'widget-config.action-source-required' | translate }}
</mat-error>
</mat-form-field>
<mat-form-field class="mat-block">
<mat-form-field class="mat-block" subscriptSizing="dynamic">
<mat-label translate>widget-config.action-name</mat-label>
<input required matInput formControlName="name">
<mat-hint></mat-hint>
<mat-error *ngIf="widgetActionFormGroup.get('name').hasError('required')">
{{ 'widget-config.action-name-required' | translate }}
</mat-error>

Loading…
Cancel
Save