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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user