From 7e909c27520fbf45dfe11ee0e30a803efd9f291c Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Thu, 19 Apr 2018 10:07:21 -0700 Subject: [PATCH] Change header size --- ui/src/ifql/components/TimeMachine.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/ifql/components/TimeMachine.tsx b/ui/src/ifql/components/TimeMachine.tsx index 170b7c0cf4..68d9301b68 100644 --- a/ui/src/ifql/components/TimeMachine.tsx +++ b/ui/src/ifql/components/TimeMachine.tsx @@ -56,14 +56,14 @@ class TimeMachine extends PureComponent { {expressions.map(({funcs, id}, i) => { return (
-

+

Expression {i} -

+ {funcs.map(func => (