1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

show whitespace for hidden fields

This commit is contained in:
Kyle Spearrin
2018-12-20 23:01:21 -05:00
parent 8dff57e89e
commit 2ccbcb75bf
2 changed files with 9 additions and 1 deletions

View File

@@ -209,7 +209,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">