diff --git a/src/App.css b/src/App.css index 9a4fe38365..bc41479a15 100644 --- a/src/App.css +++ b/src/App.css @@ -11,7 +11,7 @@ body { } .expression-input textarea { - font-family: Menlo,Monaco,Consolas,'Courier New',monospace; + /* font-family: Menlo,Monaco,Consolas,'Courier New',monospace; */ resize: none; } diff --git a/src/Panel.tsx b/src/Panel.tsx index 24706adb30..7a6b44e88a 100644 --- a/src/Panel.tsx +++ b/src/Panel.tsx @@ -234,14 +234,6 @@ class Panel extends Component { + + {this.props.options.type === 'table' && + <> +
+ +
+ + + } +
{this.props.options.type === 'graph' && <> @@ -270,16 +280,6 @@ class Panel extends Component { } - - {this.props.options.type === 'table' && - <> -
- -
- - - } -