Skip to content

Commit

Permalink
fix: log width overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1weiho committed Feb 15, 2025
1 parent 032cb18 commit 449a41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next-sandbox/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
white-space: pre-wrap;
margin: 0;
font-size: 0.9rem;
overflow-x: auto;
}

.log-content[data-error-message='true'] {
Expand Down

0 comments on commit 449a41f

Please sign in to comment.