Skip to content

Commit

Permalink
fix output box growing too big
Browse files Browse the repository at this point in the history
  • Loading branch information
Romelium committed Dec 15, 2024
1 parent 27000e3 commit 7ee9f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
white-space: pre-wrap;
color: var(--text-color);
overflow-y: auto;
max-height: 400px; /* Set a maximum height for the output box */
box-sizing: border-box;
}

Expand Down

0 comments on commit 7ee9f8b

Please sign in to comment.