From 057bb3d037ecd2298734dbd57a6623024e23434f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Mon, 5 Nov 2018 15:14:21 +0200 Subject: [PATCH] Reduce citation style listbox size to make it fit on smaller displays --- 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 56e98e2960..c78c789777 100644 --- a/chrome/skin/default/zotero/bibliography.css +++ b/chrome/skin/default/zotero/bibliography.css @@ -1,6 +1,6 @@ #style-listbox { - height: 19em; + height: 14em; width: 325pt; }