1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

styling for gen password

This commit is contained in:
Kyle Spearrin
2018-01-25 22:59:41 -05:00
parent b94b879f53
commit b083b03050
2 changed files with 6 additions and 2 deletions

View File

@@ -184,7 +184,7 @@
</div>
<div class="box-content">
<div class="box-content-row">
<textarea id="notes" name="Notes" rows="12" [(ngModel)]="cipher.notes"></textarea>
<textarea id="notes" name="Notes" rows="10" [(ngModel)]="cipher.notes"></textarea>
</div>
</div>
</div>