From deab1d1340880a421823eca5aedf415e63b0f49a Mon Sep 17 00:00:00 2001 From: Nick Krantz <125900171+nick-livefront@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:10:36 -0500 Subject: [PATCH] [PM-10730] Override FireFox extension styles for text alignment (#10528) * override firefox extension styles for text alignment * remove CSS override * turn off browser specific sidebar styles - which solves the text-alignment issue in FF --- apps/browser/src/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/browser/src/manifest.json b/apps/browser/src/manifest.json index 81f43ff82ad..84d17eb2345 100644 --- a/apps/browser/src/manifest.json +++ b/apps/browser/src/manifest.json @@ -134,7 +134,8 @@ "sidebar_action": { "default_title": "Bitwarden", "default_panel": "popup/index.html?uilocation=sidebar", - "default_icon": "images/icon19.png" + "default_icon": "images/icon19.png", + "browser_style": false }, "storage": { "managed_schema": "managed_schema.json"