Fix pre tag wrap

This commit is contained in:
James Ketr 2025-04-18 17:19:47 -07:00
parent 42c97d82d6
commit a141a1f954

View File

@ -4,6 +4,15 @@ div {
word-break: break-word;
}
pre {
max-width: 100%;
max-height: 100%;
overflow: auto;
white-space: pre-wrap;
box-sizing: border-box;
border: 3px solid #E0E0E0;
}
button {
overflow-wrap: initial;
word-break: initial;