From 2b18185b400eb06da9e196a7c2432bca7a221ca0 Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Fri, 20 Sep 2024 13:00:02 -0400 Subject: [PATCH] remove container padding for popup views (#11162) --- .../browser/src/autofill/popup/settings/autofill.component.html | 2 +- .../src/autofill/popup/settings/excluded-domains.component.html | 2 +- .../src/autofill/popup/settings/notifications.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/browser/src/autofill/popup/settings/autofill.component.html b/apps/browser/src/autofill/popup/settings/autofill.component.html index 81be74f7dd..99ac51bcdb 100644 --- a/apps/browser/src/autofill/popup/settings/autofill.component.html +++ b/apps/browser/src/autofill/popup/settings/autofill.component.html @@ -5,7 +5,7 @@ -
+

{{ "autofillSuggestionsSectionTitle" | i18n }}

diff --git a/apps/browser/src/autofill/popup/settings/excluded-domains.component.html b/apps/browser/src/autofill/popup/settings/excluded-domains.component.html index 21e76c7d53..1dec438fdd 100644 --- a/apps/browser/src/autofill/popup/settings/excluded-domains.component.html +++ b/apps/browser/src/autofill/popup/settings/excluded-domains.component.html @@ -5,7 +5,7 @@ -
+

{{ accountSwitcherEnabled ? ("excludedDomainsDescAlt" | i18n) : ("excludedDomainsDesc" | i18n) diff --git a/apps/browser/src/autofill/popup/settings/notifications.component.html b/apps/browser/src/autofill/popup/settings/notifications.component.html index 26036acdd0..86fe4923df 100644 --- a/apps/browser/src/autofill/popup/settings/notifications.component.html +++ b/apps/browser/src/autofill/popup/settings/notifications.component.html @@ -5,7 +5,7 @@ -

+

{{ "vaultSaveOptionsTitle" | i18n }}