From 76da3e67fb99ccb2923e97292f4bb4a232ad7d05 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 8 Nov 2013 02:57:09 -0500 Subject: [PATCH] Tweak the tree row height a bit on Windows --- chrome/content/zotero-platform/win/overlay.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css index 19ca3948c4..464090cbcd 100644 --- a/chrome/content/zotero-platform/win/overlay.css +++ b/chrome/content/zotero-platform/win/overlay.css @@ -71,7 +71,7 @@ #zotero-collections-tree treechildren::-moz-tree-row, #zotero-items-tree treechildren::-moz-tree-row, #zotero-prefs treechildren::-moz-tree-row { - height: 20px; + height: 1.6em; } #zotero-collections-tree {