Skip to content

Commit

Permalink
remove container padding for popup views (#11162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprusik authored Sep 20, 2024
1 parent 9b352c0 commit 2b18185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ng-container>
</popup-header>

<div class="tw-bg-background-alt tw-p-2">
<div class="tw-bg-background-alt">
<bit-section>
<bit-section-header>
<h2 bitTypography="h6">{{ "autofillSuggestionsSectionTitle" | i18n }}</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ng-container>
</popup-header>

<div class="tw-bg-background-alt tw-p-2">
<div class="tw-bg-background-alt">
<p>
{{
accountSwitcherEnabled ? ("excludedDomainsDescAlt" | i18n) : ("excludedDomainsDesc" | i18n)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ng-container>
</popup-header>

<div class="tw-bg-background-alt tw-p-2">
<div class="tw-bg-background-alt">
<bit-section>
<bit-section-header>
<h2 bitTypography="h6">{{ "vaultSaveOptionsTitle" | i18n }}</h2>
Expand Down

0 comments on commit 2b18185

Please sign in to comment.