Skip to content

Commit

Permalink
aggiunto padding superiore e inferiore al dialog di richiesta argomenti.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidus96 committed Feb 7, 2024
1 parent af9b2d5 commit caffb9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1 mat-dialog-title>Selezione argomenti</h1>
<form style="padding-top:5px;padding-bottom:5px">
<div *ngFor="let arg of Object.keys(data.argsTemplate)">
<div [ngSwitch]="data.argsTemplate[arg].type">

<!-- Caso STRING -->
<mat-form-field *ngSwitchCase="ApplicationArgType.STRING" appearance="outline">
<mat-label>{{arg}}</mat-label>
Expand Down

0 comments on commit caffb9a

Please sign in to comment.