From cc700f034b09424c25ea908b53d5057c036f186b Mon Sep 17 00:00:00 2001 From: Helen Kosova Date: Wed, 15 Sep 2021 13:25:51 +0300 Subject: [PATCH] fix(try-it-out): fix the width of image responses (#7495) Refs #5578 --- src/core/components/response-body.jsx | 2 +- src/style/_layout.scss | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/core/components/response-body.jsx b/src/core/components/response-body.jsx index 5af8dc4f..86f1933f 100644 --- a/src/core/components/response-body.jsx +++ b/src/core/components/response-body.jsx @@ -129,7 +129,7 @@ export default class ResponseBody extends React.PureComponent { if(contentType.includes("svg")) { bodyEl =
{ content }
} else { - bodyEl = + bodyEl = } // Audio diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 9e9501d6..9fc624e3 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -867,11 +867,6 @@ float: right; } -img.full-width -{ - width: 100%; -} - .svg-assets { position: absolute;