fix(style): response data flows off the screen (#6764)

This commit is contained in:
Mahtis Michel
2021-01-04 19:44:48 +01:00
committed by GitHub
parent 68e9b1b439
commit 85a3ec983e

View File

@@ -911,7 +911,8 @@ a.nostyle {
code { code {
background-color: #dedede; background-color: #dedede;
padding: 4px 4px 2px; padding: 4px 4px 2px;
white-space: pre; white-space: pre-wrap;
word-break: break-all;
} }
} }
} }