fix adding of plots

This commit is contained in:
2023-03-09 20:13:55 +01:00
parent 0bd22233a1
commit 6c62436753
7 changed files with 27 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
<style>
mat-form-field textarea {
height: 7em;
}
</style>
<h1 mat-dialog-title>Add Text</h1>
<div mat-dialog-content>
<mat-form-field class="pdb-form-full-width">

View File

@@ -3,8 +3,7 @@ import { MatDialogRef } from '@angular/material/dialog';
@Component({
selector: 'app-add-text-dialog',
templateUrl: './add-text-dialog.component.html',
styleUrls: ['./add-text-dialog.component.scss']
templateUrl: './add-text-dialog.component.html'
})
export class AddTextDialogComponent {
text = "";