From 2fb6a9e1eead16c4a454a6da1ba3b4937895dc20 Mon Sep 17 00:00:00 2001 From: Alec Rippberger <127791530+alec-livefront@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:58:02 -0500 Subject: [PATCH] [PM-13150] Remove uses of row-main Bootstrap class in Account Security Settings (#11650) * Remove uses of row-main Bootstrap class in Account Security Settings component * Remove class from new component * Remove extra div * Remove extra markup --- .../src/auth/popup/settings/account-security.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/browser/src/auth/popup/settings/account-security.component.html b/apps/browser/src/auth/popup/settings/account-security.component.html index af6525daa8..00e1fd1715 100644 --- a/apps/browser/src/auth/popup/settings/account-security.component.html +++ b/apps/browser/src/auth/popup/settings/account-security.component.html @@ -94,7 +94,7 @@ @@ -115,11 +115,11 @@ " > -
{{ "lockNow" | i18n }}
+ {{ "lockNow" | i18n }}
-
{{ "logOut" | i18n }}
+ {{ "logOut" | i18n }}