From 9be51a5cb025a65724c55bcd6c4f8edf059a6f42 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Mon, 10 Oct 2022 21:47:20 -0400 Subject: [PATCH] Fix last editpane tab being misaligned vertically (#2864) --- chrome/content/zotero-platform/mac/overlay.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css index b943a16a29..46ab8276cf 100644 --- a/chrome/content/zotero-platform/mac/overlay.css +++ b/chrome/content/zotero-platform/mac/overlay.css @@ -152,7 +152,8 @@ /* This seems to be necessary to center the tabs. Not sure why. */ .zotero-editpane-tabs > tab:last-of-type > hbox .tab-text { - margin: 2px 9px 2px 9px !important; + margin-left: 9px !important; + margin-right: 9px !important; } .zotero-editpane-tabs > tab[selected=true] > hbox .tab-text {