1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

[PM-13894] updating the text area for notes to have 5 rows (#11976)

* updating the text area for notes to have 5 rows

* Applying the row count to the edit page as well

---------

Co-authored-by: --global <>
This commit is contained in:
cd-bitwarden
2024-11-14 11:06:57 -05:00
committed by GitHub
parent e6fce421f5
commit a1ad3383f7
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<bit-card>
<bit-form-field>
<bit-label>{{ "notes" | i18n }}</bit-label>
<textarea bitInput formControlName="notes"></textarea>
<textarea bitInput rows="5" formControlName="notes"></textarea>
</bit-form-field>
<bit-form-control
*ngIf="passwordRepromptEnabled$ | async"