From 4646a68fc8870bc5f4faf25a3bfbb4960f624381 Mon Sep 17 00:00:00 2001 From: stephenLYZ <750188453@qq.com> Date: Wed, 22 Dec 2021 01:19:45 +0800 Subject: [PATCH] fix(explore): fix chart embed code modal glitch --- 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' }} />