Skip to content

Commit d105b86

Browse files
committed
Enable word wrap for error messages
1 parent 0c69544 commit d105b86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
background-color: rgba(255, 0, 0, 0.205);
7171
border-radius: 4px;
7272
}
73+
74+
pre {
75+
white-space: pre-wrap;
76+
}
7377
</style>
7478
</head>
7579

0 commit comments

Comments
 (0)