From fbbb5b108fc28576f0c82433221419d1a17a2657 Mon Sep 17 00:00:00 2001 From: dzannotti Date: Mon, 10 Aug 2015 19:44:05 +0100 Subject: [PATCH] tuned down font sizing --- src/react/LogMonitor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/react/LogMonitor.js b/src/react/LogMonitor.js index 26fcdf5f..0f589449 100644 --- a/src/react/LogMonitor.js +++ b/src/react/LogMonitor.js @@ -9,7 +9,8 @@ const styles = { position: 'relative', overflowY: 'hidden', width: '100%', - height: '100%' + height: '100%', + fontSize: '0.95em' }, buttonBar: { height: 26,