set min height for text area box

This commit is contained in:
Peter Maquiran
2023-02-17 11:27:05 +01:00
parent 1f6717a0dd
commit 49711802c8
2 changed files with 12 additions and 6 deletions
+6
View File
@@ -1431,4 +1431,10 @@ ngx-mat-datetime-content button.mat-stroked-button {
pre {
font-family: 'Roboto' !important;
font-size: 12pt !important;
}
ion-textarea textarea {
min-height: 137px;
line-height: 21px;
}