diff --git a/src/react/LogMonitor.js b/src/react/LogMonitor.js index a58b6c42..4b8fd7cd 100644 --- a/src/react/LogMonitor.js +++ b/src/react/LogMonitor.js @@ -13,7 +13,7 @@ const styles = { fontSize: '0.95em' }, buttonBar: { - height: 26, + height: 45, marginBottom: 1, paddingLeft: 2 }, diff --git a/src/react/LogMonitorEntryAction.js b/src/react/LogMonitorEntryAction.js index 0820d812..b58a73f1 100644 --- a/src/react/LogMonitorEntryAction.js +++ b/src/react/LogMonitorEntryAction.js @@ -3,8 +3,8 @@ import JSONTree from './JSONTree'; const styles = { actionBar: { - paddingTop: 6, - paddingBottom: 4, + paddingTop: 7, + paddingBottom: 6, paddingLeft: 10, marginBottom: 1 },