diff --git a/react/src/components/dashboard/settings.js b/react/src/components/dashboard/settings.js index 77096ed..c4e23e7 100644 --- a/react/src/components/dashboard/settings.js +++ b/react/src/components/dashboard/settings.js @@ -32,7 +32,7 @@ class Settings extends React.Component { activeTab: 0, debugLinesCount: 10, debugTarget: 'iguana', - activeTabHeight: '10px', + activeTabHeight: '0', appSettings: {}, tabElId: null, }; @@ -133,7 +133,7 @@ class Settings extends React.Component {
{ translate('INDEX.DEBUG_LOG_DESC') }
@@ -735,7 +735,7 @@ class Settings extends React.Component {diff --git a/react/src/styles/index.scss b/react/src/styles/index.scss index ff355cf..1e201b9 100644 --- a/react/src/styles/index.scss +++ b/react/src/styles/index.scss @@ -272,7 +272,7 @@ body { transition: all .3s; &.collapse { - height: 10px; + height: 0; } } }