We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b428a commit e919f69Copy full SHA for e919f69
src/renderer/dataSummaryView.js
@@ -173,7 +173,7 @@ export function summaryCard(data) {
173
<div>${d3.format(',.0f')(columnCount)} ⟶</div>
174
${headerRowPlot}
175
<span style="display: inline-block">${columnsPlot}</span>
176
- <span style="display: inline-block; vertical-align: top;">${d3.format(',.0f')(rowCount)}<br/></span>
+ <span style="display: inline-block; vertical-align: top; padding: 5px;">${d3.format(',.0f')(rowCount)}<br/></span>
177
<span style=${arrowDownStyles}>⟶</span>
178
</div>`;
179
0 commit comments