Skip to content

Commit

Permalink
feat(error-handling): set code block max height
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 23, 2025
1 parent 535ee69 commit 2c4958a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,12 @@

.error-info {
max-width: 100%;
max-height: 700px;
color: white;
margin: 8px 0;
font-size: 13px;
overflow-y: auto;
scrollbar-color: white #101827;
}

.action-row {
Expand Down

0 comments on commit 2c4958a

Please sign in to comment.