Browse Source

added button container width

pull/12672/head
mpetrov 1 year ago
parent
commit
7c6bc7f1e0
  1. 4
      ui-ngx/src/app/modules/home/components/calculated-fields/components/arguments-table/calculated-field-arguments-table.component.html

4
ui-ngx/src/app/modules/home/components/calculated-fields/components/arguments-table/calculated-field-arguments-table.component.html

@ -22,7 +22,7 @@
<div class="tb-form-table-header-cell w-1/3 lt-sm:hidden">{{ 'calculated-fields.datasource' | translate }}</div>
<div class="tb-form-table-header-cell w-1/6 lt-md:hidden">{{ 'common.type' | translate }}</div>
<div class="tb-form-table-header-cell w-1/6 lt-sm:w-1/3">{{ 'entity.key' | translate }}</div>
<div class="tb-form-table-header-cell w-24 min-w-24"></div>
<div class="tb-form-table-header-cell w-16 min-w-16"></div>
</div>
<div class="tb-form-table-body">
@for (group of argumentsFormArray.controls; track group) {
@ -80,7 +80,7 @@
</mat-chip>
</mat-chip-listbox>
</ng-container>
<div class="tb-form-table-row-cell-buttons flex w-24 min-w-24">
<div class="tb-form-table-row-cell-buttons flex w-16 min-w-16">
<button type="button"
mat-icon-button
#button

Loading…
Cancel
Save