Skip to content

Commit c4107ca

Browse files
committed
intacct css fix
1 parent 1fa4d62 commit c4107ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/components/configuration/configuration-select-field/configuration-select-field.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h5 *ngIf="formControllerName === 'cccExportType' && brandingConfig.brandId ===
154154
</ng-template>
155155
</p-dropdown>
156156
</div>
157-
<div [ngClass]="[formControllerName !== 'dayOfMonth' ? 'tw-pl-34-px' : 'tw-pl-70-px', formControllerName === 'dayOfWeek' ? 'tw-pl-30-px' : 'tw-pl-34-px']">
157+
<div [ngClass]="[formControllerName !== 'dayOfMonth' ? 'tw-pl-34-px' : 'tw-pl-70-px', formControllerName === 'dayOfWeek' ? 'tw-pl-30-px' : 'tw-pl-34-px', formControllerName === 'import_code' && appName === AppName.INTACCT ? 'tw-ml-14-px' : '']">
158158
<app-mandatory-error-message *ngIf="isFieldMandatory && form.controls[formControllerName].touched && !form.controls[formControllerName].valid && !form.controls[formControllerName].disabled && !isSearchFocused" [listName]="mandatoryErrorListName" [customErrorMessage]="customErrorMessage"></app-mandatory-error-message>
159159
</div>
160160
</div>

0 commit comments

Comments
 (0)