Debug button in terminal needs width

pull/3094/head
LianaHus 6 years ago
parent 204066352b
commit 6fe908e838
  1. 1
      src/app/tabs/styles/debugger-tab-styles.js

@ -6,6 +6,7 @@ const css = csjs`
} }
.debugger { .debugger {
margin-bottom: 1%; margin-bottom: 1%;
width: max-content;
} }
` `

Loading…
Cancel
Save