[ACS-6078] Fixed layout for create from template component (#3467)

* ACS-6078 Fixed layout for create from template component

* ACS-6078 Added selector

* ACS-6078 Custom class instead of mat class

* ACS-6078 Used component selector

* ACS-6078 Removed unused styles

* ACS-6078 Fixed e2e

* ACS-6078 Empty commit
This commit is contained in:
AleksanderSklorz
2023-10-12 08:19:22 +02:00
committed by GitHub
parent 102b62207f
commit bc98af0968
4 changed files with 15 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<h2 mat-dialog-title [innerHTML]="title"></h2>
<div mat-dialog-content>
<form [formGroup]="form" novalidate>
<mat-form-field class="adf-full-width">
<mat-form-field class="app-create-from-template-field">
<input
cdkFocusInitial
placeholder="{{ 'NODE_FROM_TEMPLATE.FORM.PLACEHOLDER.NAME' | translate }}"
@@ -15,7 +15,7 @@
</mat-error>
</mat-form-field>
<mat-form-field class="adf-full-width">
<mat-form-field class="app-create-from-template-field">
<input
placeholder="{{ 'NODE_FROM_TEMPLATE.FORM.PLACEHOLDER.TITLE' | translate }}"
matInput
@@ -27,7 +27,7 @@
</mat-error>
</mat-form-field>
<mat-form-field class="adf-full-width">
<mat-form-field class="app-create-from-template-field">
<textarea
matInput
placeholder="{{ 'NODE_FROM_TEMPLATE.FORM.PLACEHOLDER.DESCRIPTION' | translate }}"