diff options
author | Emiliano Ciavatta | 2020-09-14 20:17:39 +0000 |
---|---|---|
committer | GitHub | 2020-09-14 20:17:39 +0000 |
commit | 4f70dbfb5519ae2a6e68869ecba0a9e4cfb3013b (patch) | |
tree | 8d79b5cdc99bceee4282327440fe961a79211283 /frontend/src/components/ConnectionContent.scss | |
parent | 1e8a07f770c85a2ed6159798d1fb00dbebe08e98 (diff) | |
parent | e7c2428e24d0fc6aebf524130531800a89332829 (diff) |
Merge pull request #13 from therealbobo/feature/decode-gzip
added support to http response body decoding
Diffstat (limited to 'frontend/src/components/ConnectionContent.scss')
-rw-r--r-- | frontend/src/components/ConnectionContent.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/ConnectionContent.scss b/frontend/src/components/ConnectionContent.scss index a1b4afd..5a17066 100644 --- a/frontend/src/components/ConnectionContent.scss +++ b/frontend/src/components/ConnectionContent.scss @@ -3,7 +3,7 @@ .connection-content { background-color: $color-primary-3; height: 100%; - overflow: auto; + overflow: fixed; pre { background-color: $color-primary-0; @@ -11,7 +11,7 @@ word-break: break-word; max-width: 100%; white-space: pre-wrap; - height: 100%; + height: 95%; } .from-client { |