Browse Source

Fixed unnecessary scroll in JS Library alias on error tooltip showing

pull/12471/head
mpetrov 1 year ago
parent
commit
787aa4a3c7
  1. 2
      ui-ngx/src/app/shared/components/js-func-modules.component.html

2
ui-ngx/src/app/shared/components/js-func-modules.component.html

@ -27,7 +27,7 @@
</div>
<div *ngIf="modulesFormArray().controls.length; else noModules" class="tb-form-table-body">
<div *ngFor="let moduleControl of modulesFormArray().controls; trackBy: trackByModule; let $index = index;">
<tb-js-func-module-row class="flex-1"
<tb-js-func-module-row class="flex flex-1"
[index]="$index"
[formControl]="moduleControl"
(moduleRemoved)="removeModule($index)">

Loading…
Cancel
Save