1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

[PM-6825] Fix auto fill suggestion font size and padding

This commit is contained in:
Shane Melton 2024-05-17 10:08:39 -07:00
parent ffe107ce67
commit 72c77ed95d
No known key found for this signature in database

View File

@ -7,6 +7,8 @@
<ng-container *ngIf="showEmptyAutofillTip$ | async">
<bit-section>
<popup-section-header [title]="'autofillSuggestions' | i18n"></popup-section-header>
<span class="tw-text-muted">{{ "autofillSuggestionsTip" | i18n }}</span>
<span class="tw-text-muted tw-px-1" bitTypography="body2">{{
"autofillSuggestionsTip" | i18n
}}</span>
</bit-section>
</ng-container>