Browse Source

style fixes

pull/12672/head
mpetrov 1 year ago
parent
commit
9162acedee
  1. 2
      ui-ngx/src/app/modules/home/components/calculated-fields/components/panel/calculated-field-argument-panel.component.scss
  2. 2
      ui-ngx/src/app/modules/home/components/calculated-fields/components/test-arguments/calculated-field-test-arguments.component.html

2
ui-ngx/src/app/modules/home/components/calculated-fields/components/panel/calculated-field-argument-panel.component.scss

@ -20,7 +20,7 @@
min-width: 520px;
@media #{constants.$mat-lt-sm} {
min-width: 320px;
min-width: 280px;
}
.fixed-title-width {

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

@ -28,7 +28,7 @@
<mat-form-field appearance="outline" class="tb-inline-field w-1/4" subscriptSizing="dynamic">
<input matInput formControlName="argumentName" placeholder="{{ 'action.set' | translate }}">
</mat-form-field>
<tb-value-input class="argument-value flex-1" [required]="false" formControlName="value"/>
<tb-value-input class="argument-value flex-1" [required]="false" [shortBooleanField]="true" formControlName="value"/>
</div>
}
</div>

Loading…
Cancel
Save