Skip to content

Commit

Permalink
fix(explore): fix chart embed code modal glitch (#17843)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Jan 21, 2022
1 parent 959b15e commit b083b34
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -96,6 +96,7 @@ export default class EmbedCodeButton extends React.Component {
rows="4"
readOnly
className="form-control input-sm"
style={{ resize: 'vertical' }}
/>
</div>
<div className="col-sm-2">
Expand Down

0 comments on commit b083b34

Please sign in to comment.