Skip to content

Commit

Permalink
fix div
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Oct 27, 2024
1 parent a16c3c7 commit 92270d5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#editor-container {
width: 50%;
/* Initial width, adjustable by dragging */
border-right: 1px solid #ccc;
border-right: 3px solid #ccc;
}

#graph-container {
Expand Down Expand Up @@ -51,13 +51,11 @@
</div>
</div>
<div id="container">
<div id="container">
<div id="editor-container">
<textarea id="yaml-editor"></textarea>
</div>
<div id="separator"></div> <!-- Draggable separator -->
<div id="graph-container"></div>
<div id="editor-container">
<textarea id="yaml-editor"></textarea>
</div>
<div id="separator"></div> <!-- Draggable separator -->
<div id="graph-container"></div>
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.5/codemirror.min.js"></script>
Expand Down

0 comments on commit 92270d5

Please sign in to comment.