Fix bizarre dynamic resizing bug

This commit is contained in:
Radon Rosborough 2021-08-15 17:37:52 -07:00
parent 50b487bf5f
commit a45e35f5fe
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
</button>
</div>
<div style="height: 100%">
<div id="editor" style="height: 100%; padding: 12px; padding-left: 0"></div>
<div id="editor" style="height: 100%; margin: 12px; margin-left: 0"></div>
</div>
</div>
<div class="column" id="terminal" style="background: black; padding: 0">