Skip to content

Commit

Permalink
fix(style): response data flows off the screen (#6764)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis-m committed Jan 4, 2021
1 parent 68e9b1b commit 85a3ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,8 @@ a.nostyle {
code {
background-color: #dedede;
padding: 4px 4px 2px;
white-space: pre;
white-space: pre-wrap;
word-break: break-all;
}
}
}
Expand Down

0 comments on commit 85a3ec9

Please sign in to comment.