From 85a3ec983e5822f87715d63720e511f8be65f6a9 Mon Sep 17 00:00:00 2001 From: Mahtis Michel Date: Mon, 4 Jan 2021 19:44:48 +0100 Subject: [PATCH] fix(style): response data flows off the screen (#6764) --- src/style/_layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 91493496..5c194dde 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -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; } } }