From b1b9759864ee0fc43392181ff0c8dda8d2cb737a Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 2 Jan 2022 16:57:06 -0500 Subject: [PATCH] Doc Prefs: Don't increase style list height at larger font sizes https://forums.zotero.org/discussion/93655/is-there-a-fix-for-high-dpi-screens --- chrome/skin/default/zotero/bibliography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/bibliography.css b/chrome/skin/default/zotero/bibliography.css index 84b6e5796c..368c841453 100644 --- a/chrome/skin/default/zotero/bibliography.css +++ b/chrome/skin/default/zotero/bibliography.css @@ -1,6 +1,6 @@ #style-listbox { - height: 14em; + height: 14rem; width: 325pt; }