From e183bd0f0a85cedc66dbab6cef9353506f4bd0c3 Mon Sep 17 00:00:00 2001 From: Michelle Goossens Date: Fri, 9 Jul 2021 15:16:12 +0000 Subject: [PATCH] Bug 1714462 - Part 3b: Fix a CSS typo edit in panelmultiview r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D119527 --- browser/themes/osx/customizableui/panelUI.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/themes/osx/customizableui/panelUI.css b/browser/themes/osx/customizableui/panelUI.css index 372d6a9a7419..052cf4823814 100644 --- a/browser/themes/osx/customizableui/panelUI.css +++ b/browser/themes/osx/customizableui/panelUI.css @@ -38,7 +38,7 @@ panel[type="arrow"][side="right"] { margin-top: -4px; /* Overrides value from panelUI.inc.css */ } -#panelmultiview .toolbaritem-combined-buttons > spacer.before-label { +panelmultiview .toolbaritem-combined-buttons > spacer.before-label { width: 42px; /* 18px toolbarbutton padding + 16px icon + 8px label padding start */ }