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

remove container padding for popup views (#11162)

This commit is contained in:
Jonathan Prusik 2024-09-20 13:00:02 -04:00 committed by GitHub
parent 9b352c0cd8
commit 2b18185b40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
</ng-container> </ng-container>
</popup-header> </popup-header>
<div class="tw-bg-background-alt tw-p-2"> <div class="tw-bg-background-alt">
<bit-section> <bit-section>
<bit-section-header> <bit-section-header>
<h2 bitTypography="h6">{{ "autofillSuggestionsSectionTitle" | i18n }}</h2> <h2 bitTypography="h6">{{ "autofillSuggestionsSectionTitle" | i18n }}</h2>

View File

@ -5,7 +5,7 @@
</ng-container> </ng-container>
</popup-header> </popup-header>
<div class="tw-bg-background-alt tw-p-2"> <div class="tw-bg-background-alt">
<p> <p>
{{ {{
accountSwitcherEnabled ? ("excludedDomainsDescAlt" | i18n) : ("excludedDomainsDesc" | i18n) accountSwitcherEnabled ? ("excludedDomainsDescAlt" | i18n) : ("excludedDomainsDesc" | i18n)

View File

@ -5,7 +5,7 @@
</ng-container> </ng-container>
</popup-header> </popup-header>
<div class="tw-bg-background-alt tw-p-2"> <div class="tw-bg-background-alt">
<bit-section> <bit-section>
<bit-section-header> <bit-section-header>
<h2 bitTypography="h6">{{ "vaultSaveOptionsTitle" | i18n }}</h2> <h2 bitTypography="h6">{{ "vaultSaveOptionsTitle" | i18n }}</h2>