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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user