Fix pre tag wrap
This commit is contained in:
parent
42c97d82d6
commit
a141a1f954
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user