1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

show whitespace for hidden fields

This commit is contained in:
Kyle Spearrin
2018-12-20 23:01:17 -05:00
parent fd5d47da7c
commit ca2bba5fb6
2 changed files with 9 additions and 1 deletions

View File

@@ -219,7 +219,7 @@
{{field.value || ' '}}
</div>
<div *ngIf="field.type === fieldType.Hidden">
<span [hidden]="!field.showValue" class="monospaced">{{field.value}}</span>
<span [hidden]="!field.showValue" class="monospaced show-whitespace">{{field.value}}</span>
<span [hidden]="field.showValue" class="monospaced">{{field.maskedValue}}</span>
</div>
<div *ngIf="field.type === fieldType.Boolean">