From b083b3421f9186a014b751d223e3b3d9b2e2becb Mon Sep 17 00:00:00 2001 From: Stephen Liu <750188453@qq.com> Date: Sat, 22 Jan 2022 00:11:33 +0800 Subject: [PATCH] fix(explore): fix chart embed code modal glitch (#17843) --- superset-frontend/src/explore/components/EmbedCodeButton.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/explore/components/EmbedCodeButton.jsx b/superset-frontend/src/explore/components/EmbedCodeButton.jsx index 46eed0bb0cda3..80fc3d5d44127 100644 --- a/superset-frontend/src/explore/components/EmbedCodeButton.jsx +++ b/superset-frontend/src/explore/components/EmbedCodeButton.jsx @@ -96,6 +96,7 @@ export default class EmbedCodeButton extends React.Component { rows="4" readOnly className="form-control input-sm" + style={{ resize: 'vertical' }} />