1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[CL-753] Fix popover spacing in client code (#15839)

This commit is contained in:
Vicki League
2025-08-04 10:19:07 -04:00
committed by GitHub
parent 5ec1c49914
commit f7cc937581
4 changed files with 6 additions and 4 deletions

View File

@@ -103,7 +103,9 @@
<i class="bwi bwi-sm bwi-question-circle" aria-hidden="true"></i>
</button>
<bit-popover #totpPopover [title]="'totpHelperTitle' | i18n">
<p>{{ (canCaptureTotp ? "totpHelperWithCapture" : "totpHelper") | i18n }}</p>
<p class="tw-mb-0">
{{ (canCaptureTotp ? "totpHelperWithCapture" : "totpHelper") | i18n }}
</p>
</bit-popover>
</bit-label>
<input bitInput formControlName="totp" type="password" class="tw-font-mono" />