fix adding of plots
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
textarea {
|
||||
height: 5em;
|
||||
}
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user