aboutsummaryrefslogtreecommitdiff
path: root/src/popup.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/popup.tsx')
-rw-r--r--src/popup.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup.tsx b/src/popup.tsx
index 0c0c8cc..d0f714b 100644
--- a/src/popup.tsx
+++ b/src/popup.tsx
@@ -108,7 +108,7 @@ class Popup extends React.Component<PopupProps> {
${moment(d.end).format('ddd, MMM Do, YYYY')}`}
</Typography>
{(d.data.some(dd => dd.value > 1e-3) &&
- <StyledPatternPieChart data={d.data} />) ||
+ <div style={{height: 300}}><StyledPatternPieChart data={d.data} /></div>) ||
<Typography variant="subtitle1" align="center" color="textSecondary">
No matching events.
</Typography>}