mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
remove container padding for popup views (#11162)
This commit is contained in:
parent
9b352c0cd8
commit
2b18185b40
@ -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>
|
||||||
|
@ -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)
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user