diff --git a/chrome/content/zotero/components/virtualized-table.jsx b/chrome/content/zotero/components/virtualized-table.jsx index 858d00f7a1..d562847432 100644 --- a/chrome/content/zotero/components/virtualized-table.jsx +++ b/chrome/content/zotero/components/virtualized-table.jsx @@ -1346,7 +1346,7 @@ class VirtualizedTable extends React.Component { if (!this.props.disableFontSizeScaling) { rowHeight *= Zotero.Prefs.get('fontSize'); } - rowHeight += Zotero.Prefs.get('uiDensity') === 'comfortable' ? 10 : 5; + rowHeight += Zotero.Prefs.get('uiDensity') === 'comfortable' ? 11 : 5; // @TODO: Check row height across platforms and remove commented code below // padding