From d8145e80b1c441143dfc7bfcb21987c78e97690e Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 24 Oct 2018 16:03:40 -0400 Subject: [PATCH] fix tabs --- embark-ui/src/components/TextEditor.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/embark-ui/src/components/TextEditor.js b/embark-ui/src/components/TextEditor.js index 85e57be6..7b661a2a 100644 --- a/embark-ui/src/components/TextEditor.js +++ b/embark-ui/src/components/TextEditor.js @@ -132,10 +132,15 @@ class TextEditor extends React.Component { return ( ); @@ -145,7 +150,7 @@ class TextEditor extends React.Component { return (
{this.renderTabs()} -
+
); }