Skip to content

Commit

Permalink
ACS-6078 Fixed layout for create from template component
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz committed Oct 6, 2023
1 parent 18542eb commit 26ae1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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>
<input
cdkFocusInitial
placeholder="{{ 'NODE_FROM_TEMPLATE.FORM.PLACEHOLDER.NAME' | translate }}"
Expand All @@ -15,7 +15,7 @@ <h2 mat-dialog-title [innerHTML]="title"></h2>
</mat-error>
</mat-form-field>

<mat-form-field class="adf-full-width">
<mat-form-field>
<input
placeholder="{{ 'NODE_FROM_TEMPLATE.FORM.PLACEHOLDER.TITLE' | translate }}"
matInput
Expand All @@ -27,7 +27,7 @@ <h2 mat-dialog-title [innerHTML]="title"></h2>
</mat-error>
</mat-form-field>

<mat-form-field class="adf-full-width">
<mat-form-field>
<textarea
matInput
placeholder="{{ 'NODE_FROM_TEMPLATE.FORM.PLACEHOLDER.DESCRIPTION' | translate }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

.mat-form-field {
margin-bottom: 20px;
width: 100%;
}

.mat-dialog-container {
Expand Down

0 comments on commit 26ae1bd

Please sign in to comment.