1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-28 00:27:49 +02:00

fix debug code blocks wrapping

This commit is contained in:
Matthias Kretschmann 2020-08-05 11:33:40 +02:00
parent 3ab8ae198f
commit 91802e7a51
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -22,14 +22,11 @@ pre {
max-height: 800px;
width: 100%;
position: relative;
white-space: pre-wrap;
}
pre code {
padding: 0;
white-space: pre;
display: block;
overflow-wrap: normal;
word-wrap: normal;
word-break: normal;
width: 100%;
}