diff --git a/src/app/debugger/debuggerUI/ButtonNavigator.js b/src/app/debugger/debuggerUI/ButtonNavigator.js index f4c777983a..7af92c49d8 100644 --- a/src/app/debugger/debuggerUI/ButtonNavigator.js +++ b/src/app/debugger/debuggerUI/ButtonNavigator.js @@ -47,8 +47,8 @@ ButtonNavigator.prototype.render = function () { var view = yo`
- - + +
diff --git a/src/app/tabs/styles/debugger-tab-styles.js b/src/app/tabs/styles/debugger-tab-styles.js index 31400f9045..6a15d2cf56 100644 --- a/src/app/tabs/styles/debugger-tab-styles.js +++ b/src/app/tabs/styles/debugger-tab-styles.js @@ -6,7 +6,6 @@ const css = csjs` } .debugger { margin-bottom: 1%; - width: max-content; } `