From a8a1b8fe060914d1f1114ee905b77720d27c16ef Mon Sep 17 00:00:00 2001 From: Tom Najdek Date: Fri, 1 Dec 2023 13:43:42 +0100 Subject: [PATCH] Reduce gap between tags in the tag selector --- .../content/zotero/components/tagSelector/tagSelectorList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/components/tagSelector/tagSelectorList.jsx b/chrome/content/zotero/components/tagSelector/tagSelectorList.jsx index e9c205a2bd..d1fc291f50 100644 --- a/chrome/content/zotero/components/tagSelector/tagSelectorList.jsx +++ b/chrome/content/zotero/components/tagSelector/tagSelectorList.jsx @@ -32,7 +32,7 @@ var filterBarHeight = 36; var tagPaddingLeft = 4; var tagPaddingRight = 4; var tagSpaceBetweenX = 2; -var tagSpaceBetweenY = 4; +var tagSpaceBetweenY = 2; var panePaddingTop = 4; // + splitter 9px tall var panePaddingLeft = 8; var panePaddingRight = 2; // + scrollbar width