1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +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; max-height: 800px;
width: 100%; width: 100%;
position: relative; position: relative;
white-space: pre-wrap;
} }
pre code { pre code {
padding: 0; padding: 0;
white-space: pre;
display: block; display: block;
overflow-wrap: normal;
word-wrap: normal;
word-break: normal;
width: 100%; width: 100%;
} }