Skip to content

Commit

Permalink
Add text wrap for code
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Sep 15, 2023
1 parent 3cf0256 commit 03f219a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export async function handleHttpRequest(request, context) {
flex-direction: column;
align-items: center;
}
pre {
text-wrap: wrap;
}
h1 {
background: #6200EE;
color: #FFF;
Expand Down

0 comments on commit 03f219a

Please sign in to comment.