From 85667429a8e0850ed9adcb00c44fb77ba8a96385 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 18 Jul 2018 13:15:09 -0400 Subject: [PATCH] Fix 2x icon size in Edit Bibliography dialog --- chrome/skin/default/zotero/zotero.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index ecf2e0e6ae..a6dbc2804e 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -463,6 +463,10 @@ label.zotero-text-link { width: 16px; } +#zotero-edit-bibliography-dialog #item-list .listcell-icon { + max-width: 16px; +} + /* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */ @media (min-resolution: 1.25dppx) {