aboutsummaryrefslogtreecommitdiff
path: root/src/popup.tsx
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-02-19 14:45:03 -0500
committerDeterminant <ted.sybil@gmail.com>2019-02-19 14:45:03 -0500
commit4405b25ca6844b27ecc18ec91e37470d283726d3 (patch)
tree06fcd39e08af278abfd9e1457de15b7df0cb47bb /src/popup.tsx
parenta6b9dadfe68921e6c7795518441109e77963ecd9 (diff)
improve the UI
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>}