fix textarea font

This commit is contained in:
2024-02-17 16:00:31 +01:00
parent 8a9e2d58c5
commit a364536127
3 changed files with 5 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
<mat-form-field *ngIf="edit" appearance="outline">
<mat-label>Songtext</mat-label>
<textarea matTooltip="Tonart ändern"
class="edit"
[cdkTextareaAutosize]="true"
[formControl]="editSongControl"
matInput

View File

@@ -78,6 +78,6 @@ button {
}
textarea {
textarea.edit {
font-family: 'Ubuntu Mono', monospace;
}