1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 13:13:22 +00:00

styling buttons

This commit is contained in:
Kyle Spearrin
2018-01-25 18:00:03 -05:00
parent 3ceb2a6dbd
commit 07d7f196a6
5 changed files with 19 additions and 5 deletions

View File

@@ -216,5 +216,5 @@
</div>
</div>
<div class="footer">
<button (click)="edit()">{{'editItem' | i18n}}</button>
<button (click)="edit()" title="{{'editItem' | i18n}}">{{'edit' | i18n}}</button>
</div>