Skip to content
Snippets Groups Projects
Commit 3fb9bc94 authored by Thomas Lenz's avatar Thomas Lenz
Browse files

Change width of input-fields and text-area of modification-dialog

parent 1d00b062
No related merge requests found
<div *ngIf="editRoom">
<mat-form-field>
<mat-form-field class="input-block">
<input [(ngModel)]="editRoom.name" #roomName matInput/>
</mat-form-field>
<mat-form-field>
<mat-form-field class="input-block">
<input [(ngModel)]="editRoom.shortId" #roomShortID matInput/>
</mat-form-field>
<mat-form-field>
<mat-form-field class="input-block">
<textarea [(ngModel)]="editRoom.description" #roomDescription matInput matTextareaAutosize
matAutosizeMinRows="2"
matAutosizeMaxRows="5"></textarea>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment